/* .d-none{
    display: none !important;
}
.d-block{
    display: block !important;
}
.d-flex {
    display: flex!important;
} */
.bannerImageContainer {
    position: relative;
}
.primary-desktop-container {
    max-width: 1600px;
}
#primary-preview-desktop, #primary-preview-tablet, #primary-preview-mobile, #product-preview-desktop {
    filter: brightness(50%);
}
.bannerTextBtnContainer {
    position: absolute;
    width: 100%;
    overflow: auto;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-word;
    line-break: auto;
}
.bannerText {
    text-align: center;
    width: calc(100% - 40px);
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    text-shadow: 0 2px 6px #00000080;
    margin: auto;
}
.desktopPrimaryText, .tabletPrimaryText, .mobilePrimaryText {
    color: #FFFFFF;
    font-size: 46px;
    font-weight: bold;
    text-shadow: 0px 2px 6px #00000080;
    line-height: 60px;
}
.desktopSecondaryText, .tabletSecondaryText, .mobileSecondaryText {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0px 2px 6px #00000080;
    line-height: 31px;
    margin-bottom: 10px;
}
.desktopDisclaimerText, .desktopEndDateText, .tabletDisclaimerText, .tabletEndDateText, .mobileDisclaimerText, .mobileEndDateText {
    color: #FFFFFF;
    font-size: 16px;
    text-shadow: 0px 2px 6px #00000080;
    line-height: 21px;
}
.desktopDisclaimerText, .desktopEndDateText, .tabletDisclaimerText, .tabletEndDateText, .mobileDisclaimerText, .mobileEndDateText {
    color: #FFFFFF;
    font-size: 16px;
    text-shadow: 0px 2px 6px #00000080;
    line-height: 21px;
}
.desktopEndDateText, .tabletEndDateText, .mobileEndDateText {
    margin-top: 5px;
}
.btn-danger{
    color:#fff;
    background-color:#D40013;
    border-color:#D40013;
}
.primaryBannerTextDesktop{
    max-width:700px;
}
.primaryButton{
    max-width: 347px;
    width: 100%;
    height: 54px !important;
    margin: 20px auto 0 auto;
}
.bannerImageDesktop{
    width: unset !important;
    aspect-ratio:unset !important;
    filter: brightness(50%);
}
@media only screen and (max-width: 768px) {
    .primaryBannerTextDesktop{
        max-width:600px;
    }
    .desktopPrimaryText{
        font-size: 36px !important;;
        line-height: 48px !important;
    }
}
@media only screen and (max-width: 411px) {
    .primaryBannerTextDesktop{
        max-width:335px;
    }
    .desktopPrimaryText{
        font-size: 30px !important;;
        line-height: 35px !important;
    }
    .desktopSecondaryText{
        font-size: 18px !important;;
        line-height: 25px !important;
    }
    .primaryButton{
        max-width: 335px;
    }
}