/* P24 AUTH BANNER FIT FIX V2.2.7 */
.p24-auth-body-shell-banner,
.p24-auth-body-shell-banner--image,
.p24-auth-body-shell .p24-auth-body-shell-banner,
.p24-auth-body-shell .p24-auth-body-shell-banner--image {
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
}
.p24-auth-body-shell-banner img,
.p24-auth-body-shell-banner--image img,
.p24-auth-body-shell .p24-auth-body-shell-banner img,
.p24-auth-body-shell .p24-auth-body-shell-banner--image img {
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    object-fit:contain !important;
    object-position:center center !important;
    transform:none !important;
    margin:0 auto !important;
    border:0 !important;
    box-shadow:none !important;
}
@media (max-width: 767px) {
    .p24-auth-body-shell-banner,
    .p24-auth-body-shell-banner--image { display:none !important; }
}