/* --- Redesign Ended auction banner -- */
.banner-lastAuction {
    background-color:#12144b;
    padding-top:0 !important;
    overflow:hidden;
}
.banner-lastAuction .container > div > img {
    max-width: 200px;
    position: relative;
    right: -25px;
}
.banner-lastAuction .banner-content h1 {
    font-size:24px;
    font-weight:600;
    margin-bottom:0;
}
.banner-lastAuction .discount-circle {
    position: absolute;
    bottom: -150px;
}
.banner-lastAuction .discount-circle img {
    max-width:100px;
}

@media (min-width: 768px) {
    .banner-lastAuction .container{
        display:flex;
        display: -ms-flexbox;
    }
    .banner-lastAuction .container > div > img{
        position: absolute;
        max-width:100%;
        right: 0;
        bottom: 0;
    }
    .banner-lastAuction .banner-content {
        width: 100%;
        padding: 50px 20px;
        text-align: center;
        float:right;
    }
    .banner-lastAuction .banner-content h1 {
        font-size: 32px;
        margin-bottom:20px;
    }
    .banner-lastAuction .discount-circle {
        display:none;
    }
}
@media (min-width:1024px){
    .banner-lastAuction .banner-content {
        width: 445px;
    }
    .banner-lastAuction .discount-circle {
        display:block;
        position: absolute;
        left: 0;
        bottom: 60px;
    }
    .banner-lastAuction .discount-circle img {
        max-width:150px;
    }
}
@media (min-width: 1220px) {
    .banner-lastAuction .banner-content {
        width: 600px;
    }
    .banner-lastAuction .banner-content h1 {
        font-size: 40px;
    }
    .banner-lastAuction .discount-circle {
        bottom:60px;
    }
}
@media (min-width: 1281px) {
    .banner-lastAuction .banner-content {
        width: 520px;
    }
}

.banner-showFormat {
    display:flex;
    display: -ms-flexbox;
    height:450px;
    background-color:#eee;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0 !important;
}
.banner-showFormat .banner-mobile {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
}
.banner-showFormat .banner-box {
    padding-left:100px;
    display: flex;
    display: -ms-flexbox;
    align-items: flex-end;
    -ms-flex-align:end;
    background-repeat: no-repeat !important;
    background-position: right 110px !important;
    max-width: 475px;
    height: 460px;
    width: 100%;
    opacity:0.9;
}
.banner-showFormat .banner-box .banner-infobox {
    max-width: 320px;
    padding: 0 15px 50px 15px;
}
.banner-showFormat .banner-box .banner-infobox img {
    max-height:100px;
    margin-bottom:20px;
}

.banner-showFormat:not(.banner-show-live) .wrapper {
    display: flex;
    display: -ms-flexbox;
    align-items: flex-end;
    -ms-flex-align:end;
    position:relative;
    width:100%;
    padding:0 20px;
}
.banner-showFormat .banner-content {
    max-width: 350px;
    padding: 30px 40px 60px 40px;
    margin: 0 -25px 25px;
    background-size: cover !important;
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
}
.banner-showFormat .banner-content > img{
    max-width:100%;
    max-height:96px;
}
.banner-showFormat .radius-box{
    position: absolute;
    right: 20px;
    top: 15px;
}
.banner-show-live.banner-showFormat {
    background:#fff;
}
.banner-show-live.banner-showFormat .banner-wrapper {
    width:100%;
}
@media(min-width:768px) {
    .banner-showFormat .wrapper {
        align-items:center;
        -ms-flex-align:center;
    }
    .banner-showFormat .banner-content {
        margin: 0 auto 25px;
        padding: 30px 40px 60px 60px;
        max-width:470px;
    }
    .banner-showFormat .banner-box {
        padding-left: 155px;
        max-width: 595px;
    }
    .banner-showFormat .banner-box .banner-infobox {
        width:320px;
    }
}
@media(min-width:1220px) {
    .banner-showFormat:not(.banner-show-live) .wrapper{
        width:1220px;
    }
    .banner-showFormat .radius-box {
        right: 60px;
        top: 30px;
    }
    .banner-showFormat .banner-content{
        margin:0;
    }
}
@media(min-width:480px){
    .banner-showFormat .banner-mobile{
        background-image: none !important;
    }
}
@media(max-width:479px){
    .banner-showFormat{
        background-image: none !important;
    }
    .banner-showFormat .banner-box .banner-infobox {
        padding: 30px 15px 15px 15px;
    }
    .banner-showFormat .banner-box {
        padding-left: 0;
        align-items: center;
        -ms-flex-align: center;
        justify-content: center;
        background-repeat: no-repeat !important;
        background-position: 0 -45px !important;
        width: 100%;
        height:280px;
        margin-top: 170px;
    }
}

/* --- Redesign Reminder auction banner -- */
.banner-joinNewsletter .newsletter-box {
    font-size: 16px;
    line-height: 22px;
    background: #12144b;
    padding-top:55px;
    padding-bottom:75px;
    text-align: center;
    overflow:hidden;
}
.banner-joinNewsletter .newsletter-box .price-circle {
    width: 100px;
    height: 100px;
    line-height: 100px;
    position:absolute;
    top:-70px;
    left:0;
}
.banner-joinNewsletter .newsletter-box .price-circle img{
    max-width:100%;
}
.banner-joinNewsletter .newsletter-box .content {
    max-width:610px;
    margin:0 auto;
}
.banner-joinNewsletter .newsletter-box .title h3 {
    max-width: 150px;
    margin: 0 auto 20px;
}
.banner-joinNewsletter .newsletter-box .content form {
    position:relative;
    display:inline;
}
.banner-joinNewsletter .newsletter-box .content form input[type="text"] {
    border: none;
    background-color: #12144b;
    color:#fff;
    border-bottom: solid 1px #fff;
    width: 100%;
    max-width: 430px;
    margin-top: 15px;
    line-height: 45px;
    height:50px;
}
.banner-joinNewsletter .newsletter-box .content input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}
.banner-joinNewsletter .newsletter-box .content input[type="text"]:-moz-placeholder {
    color: #fff;
}
.banner-joinNewsletter .newsletter-box .content input[type="text"]::-moz-placeholder {
    color: #fff;
}
.banner-joinNewsletter .newsletter-box .content input[type="text"]:-ms-input-placeholder {
    color: #fff;
}
.banner-joinNewsletter .newsletter-box .content input[type="text"]:focus{
    outline: none;
}
.banner-joinNewsletter .newsletter-box .content button[type="submit"] {
    background-color: transparent;
    border: none;
    position:absolute;
    right:0;
    top:-10px;
}
.banner-joinNewsletter .newsletter-box .content button[type="submit"]:after {
    content: '';
    display: block;
    position: relative;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    height: 10px;
    width: 10px;
    margin-top: 18px;
    -webkit-transform: rotate(-45deg);
    left: 0;
}
.banner-joinNewsletter .newsletter-box .content button[type="submit"]:focus {
    outline: none;
}
@media (max-width:767px) {
    .banner-joinNewsletter > .wrapper {
        padding-right:0;
        padding-left:0;
    }
}
@media (min-width: 768px) {
    .banner-joinNewsletter .newsletter-box .title h3{
        max-width: none;
    }
}
@media (min-width: 1220px) {
    .banner-joinNewsletter .newsletter-box{
        font-size:18px;
        line-height:26px;
    }
    .banner-joinNewsletter .newsletter-box .price-circle {
        width: 180px;
        height: 180px;
        line-height: 180px;
        top:-80px;
        left:30px;
    }
}


.banner-teaserPlus{
    max-width: 380px;
    margin: 0 auto;
}
.banner-teaserPlus .container{
    border-radius:5px;
    background-color: #FAFAFA;
    padding:0;
}
.banner-teaserPlus .line{
    position: absolute;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    width: 150px;
    right: -98px;
    height: 120%;
    background-color: #FAFAFA;
    top: -4px;
}
.banner-teaserPlus .content-list p{
    font-size:14px;
    border-top:1px solid #000;
    margin: 0;
    padding: 10px 10px 10px 0;
}
.banner-teaserPlus .container .left-column img{
    margin:0 auto;
}
.banner-teaserPlus .container .right-column{
    background: #FFD330;
    padding: 20px 0 20px 20px;
}
.banner-teaserPlus .container .right-column .heading {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align:center;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin-bottom:10px
}
.banner-teaserPlus .container .right-column .heading img{
    max-width:100px;
    padding-right:15px;
}
.banner-teaserPlus .content-list p:last-child{
    border-bottom:1px solid #000;
}
.banner-teaserPlus .container ul.list-description {
    list-style-image: url(../../../img/sprite/icon-black-check.png);
    margin-left:10px;
}
.banner-teaserPlus .info-circle{
    display:none;
    width: 90px;
    height: 90px;
    font-size: 16px;
    line-height: 20px;
    left: auto;
    right: 0;
    top: -55px;
}

@media(min-width:768px){
    .banner-teaserPlus{
        max-width:none;
        padding:0 30px;
    }
    .banner-teaserPlus .container{
        display:flex;
        display: -ms-flexbox;
        align-items:center;
        -ms-flex-align:center;
    }
    .banner-teaserPlus .container > div{
        overflow:hidden;
    }
    .banner-teaserPlus .container .left-column {
        padding: 40px 80px 40px 20px;
    }
    .banner-teaserPlus .container .left-column img{
        margin:0;
    }
    .banner-teaserPlus .container .right-column {
        padding: 40px 0 40px 40px;
        background-color:#FAFAFA;
        overflow:visible;
        text-align:left;
    }
    .banner-teaserPlus .container .right-column .heading {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .banner-teaserPlus .content-list p {
        font-size: 16px;
        padding:5px 10px 5px 0;
        border-top:1px solid #afafaf;
    }
    .banner-teaserPlus .content-list p:last-child{
        border-bottom:1px solid #afafaf;
    }
    .banner-teaserPlus .info-circle{
        display:flex;
        display: -ms-flexbox;
        left: -75px;
        top: 0;
    }
}
@media(min-width:992px){
    .banner-teaserPlus{
        padding:0 15px;
    }
}
@media(min-width:1024px){
    .banner-teaserPlus .container .left-column{
        padding: 40px 90px 40px 50px;
    }
    .banner-teaserPlus .content-list p {
        font-size: 18px;
    }
    .banner-teaserPlus .info-circle{
        width: 125px;
        height: 125px;
        top: 5px;
        left: -105px;
        font-size: 20px;
        line-height: 24px;
    }
    .banner-teaserPlus .container .right-column{
        padding-left:60px;
    }
}

.banner.grid-box{
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: flex-end;
    -ms-flex-align:end;
    position:relative;
}
.banner .box-link{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index:99;
}

/* Banner infobox */

.banner-start-top{
    background-color:#fff;
}
.banner.infobox{
    display:flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align:center;
    flex-wrap:wrap;
    -ms-flex-wrap: wrap;
    padding:25px 0;
}
.banner.infobox .content{
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align:center;
}
.banner.infobox img{
    max-width:50px;
    margin-right:20px;
}
.banner.infobox .triangle{
    position:relative;
    top:1px;
}
.banner.infobox .button a{
    width:100%;
}
@media(min-width:768px) and (max-width:1219px){
    .banner.infobox .button {
        margin: 15px auto 0;
    }
}
@media(max-width:1219px){
    .banner.infobox .button {
        width: 100%;
        text-align: center;
    }
    .banner.infobox .button a{
        max-width: 260px;
    }
}
@media(min-width:1220px){
    .banner.infobox .button {
        max-width: 260px;
        width: 100%;
    }
    .banner.infobox .content {
        margin-right: 30px;
    }
}

section.banner-reminder-teaser{
    background-color: #fafaf8;
}
section.banner-reminder-teaser > .wrapper .banner{
    background-color: #fff !important;
    padding:30px;
}

@media(max-width:767px) {
    .banner-start-top {
        background-color: #fafaf8;
    }
    .banner.infobox {
        padding: 20px 0;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .banner.infobox.start_top_reminder .content,
    .banner.infobox.banner_plus_reminder .content {
        margin:20px 0;
        text-align:left;
    }
}

.banner.position-left{
    justify-content: left;
    -ms-flex-pack: left;
}
.banner.position-right{
    justify-content: flex-end;
    -ms-flex-pack: end;
}
.banner.position-center{
    justify-content: center;
    -ms-flex-pack: center;
}
.banner.position-space{
    justify-content: space-between;
    -ms-flex-pack: justify;
}

section.banner-highlight section.wrapper:before,
section.banner-highlight section.wrapper:after{
    display:none !important;
}
.banner-highlight{
    margin-top:35px;
    padding-bottom:6px !important;
}
.banner-highlight > section{
    display:flex;
    display: -ms-flexbox;
    flex-wrap:wrap;
    -ms-flex-wrap: wrap;
}

.banner-highlight .banner{
    background-color:#fafaf8;
    padding:25px;
    height:100%;
    position:relative;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    align-items: flex-end;
    -ms-flex-align:end;
}
.banner-highlight .banner .bg-mobile{
    background-position:top left;
}
.banner-highlight .banner .prudsys-content{
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
    height: 100%;
    margin-top: 15px;
    align-items: flex-end;
    -ms-flex-align:end;
}
.banner-highlight .banner .prudsys-content .button{
    margin-bottom:15px;
}
.banner-highlight .banner .custom-box .content{
    margin-top:70px;
    overflow: hidden;
    max-height: 190px;
}
.banner-highlight .image-logo,
.banner-highlight .button{
    width:100%;
}
.banner-highlight .image-logo{
    align-self: flex-start;
    -ms-flex-item-align: start;
}
.banner-highlight .button{
    text-align:center;
    z-index:10;
}
.banner-highlight .button a{
    max-width:260px;
}
.banner-highlight .button.white-background .btn{
    background:#fafaf8 !important;
}
.banner-highlight .image-logo img{
    max-width: 155px;
    margin-bottom: 10px;
}
.banner-highlight .image-placeholder {
    height:45px;
    width:100%;
}
.banner-highlight .description{
    margin:30px 0;
    width:100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap:wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -ms-flex-pack:center;
    align-items: center;
    -ms-flex-align:center;
}
.banner-highlight .description > div:first-of-type{
    padding-left:0;
}
.banner-highlight .description > div:last-of-type{
    padding-right:0;
}
.banner-highlight .row > div{
    padding:0;
    margin-bottom:14px;
    min-height:420px;
}
.banner-highlight .description .content a{
    color:#333;
}
.banner-highlight .description .content a:hover{
    text-decoration: none;
}
.banner-highlight .description .content .current-price {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}
.banner-highlight .description .freeshipping{
    padding-bottom:5px;
}
.banner-highlight .description .content .current-price.cutted{
    color: #ff4842;
}
.banner-highlight .description .image .box-image{
    background-color: #fafaf8;
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    margin:0 auto;
    width:100px;
    height:100px;
}
@media(max-width:767px){
    .banner-highlight{
        margin-top:15px;
    }
    .banner-highlight .image-logo img{
        margin-top:-25px;
    }
}

@media(min-width:768px) and (max-width:1023px){
    .banner-highlight .banner{
        padding:25px;
    }
    .banner-highlight .row > div{
        min-height:400px;
    }
    .banner-social .row {
        margin-bottom:-18px;
    }
    .banner-social .row > div{
        margin-bottom:28px;
        min-width: 50%;
        max-width: 50%;
        width: 50%;
        flex: 1;
        -ms-flex: 1;
    }
    .banner-highlight .row > div:nth-child(2n+1),
    .banner-social .row > div:nth-child(2n+1){
        padding:0 14px 0 0;
    }
    .banner-highlight .row > div:nth-child(2n+2),
    .banner-social .row > div:nth-child(2n+2){
        padding:0 0 0 14px;
    }
    .banner-highlight .description{
        margin: 15px 0 30px;
    }
    .banner-highlight .description > div{
        padding:0;
    }
    .banner-highlight .description .image .box-image {
        width: 130px;
        height: 130px;
    }
}
@media(min-width:768px) {
    .banner-highlight {
        padding-bottom: 12px !important;
    }
    .banner-highlight .row > div {
        padding: 0 14px;
        margin-bottom: 28px;
    }
    .banner-highlight .image-placeholder{
        height:71px;
    }
}
@media(min-width:1024px){
    .banner-highlight .banner {
        padding: 25px 25px 40px;
    }
    .banner-highlight .row > div{
        padding:0 14px;
        min-height:430px;
        min-width: 33%;
        max-width: 33.3333%;
        width: 33.3333%;
        flex: 1;
        -ms-flex: 1;
    }
    .banner-highlight .row > div:nth-child(3n+1){
        padding:0 14px 0 0;
    }
    .banner-highlight .row > div:nth-child(3n+3){
        padding:0 0 0 14px;
    }
    .banner-highlight .description .image .box-image{
        width:auto;
        height:auto;
        padding-top: 100%;
    }
}



.banner-social .row{
    display:flex;
    display: -ms-flexbox;
    flex-wrap:wrap;
    -ms-flex-wrap: wrap;
}
section.banner-social section.wrapper:before,
section.banner-social section.wrapper:after{
    display:none !important;
}
.banner-social .banner{
    background-color:#fafaf8;
    height:100%;
}
.banner-social .col-item{
    padding:0;
    margin-bottom:15px;
}
.banner-social .banner.newsletter{
    background:#d4ecee;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}
.banner-social .banner.newsletter .bg-mobile{
    background-position: left top;
}
.banner-social .banner.newsletter .content {
    z-index: 10;
    padding-top: 140px;
    padding-left: 50px;
    padding-right: 50px;
}
.banner-social .newsletter form input{
    border: none;
    background-color: #d4ecee;
    border-bottom: solid 1px #1a1a1a;
    width: 100%;
    max-width: 430px;
    margin-top: 15px;
    height:50px;
    line-height:50px;
    font-size: 18px;
}
.banner-social .newsletter form input:focus {
    outline: none;
}
.banner-social .banner .top-background{
    width: 100%;
    height: 195px;
    position:relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    display: -ms-flexbox;
    align-self: flex-start;
    -ms-flex-item-align: start;
}
.banner-social .banner .content {
    width: 100%;
    padding: 20px;
}
.banner-social .banner .button{
    max-width:260px;
    margin: 0 auto;
}
.banner-social .banner .app-links{
    display:flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack:center;
}
.banner-social .banner .app-links a{
    display:inline-block;
}
.banner-social .banner .app-links a img{
    border-radius:8px;
    margin-right: 15px;
}
.banner-social .banner .app-links a:last-child img{
    margin-right:0;
    padding:3px 0;
    background:#000;
}
@media(max-width:360px){
    .banner-social .banner .app-links a img{
        max-width:104px;
    }
    .banner-social .banner .app-links a:last-child img{
       max-width:100px;
    }
}
@media(min-width:768px) {
    .banner-social .col-item {
        min-width: 50%;
        max-width: 50%;
        width: 50%;
        flex: 1;
        -ms-flex: 1;
    }
}
@media(min-width:1024px){
    .banner-social .banner .top-background{
        height: 225px;
    }
    .banner-social .col-item{
        padding:0 14px;
        margin-bottom:0;
        min-width: 33%;
        max-width: 33.3333%;
        width: 33.3333%;
        flex: 1;
        -ms-flex: 1;
    }
    .banner-social .col-item:nth-of-type(1){
       padding-left:0;
    }
    .banner-social .col-md-4.col-item:nth-of-type(3){
       padding-right:0;
    }
}
@media(min-width:1220px){
    .banner-social .banner .app-links a img {
        padding: 3px 0 2px;
        background: #333;
    }
    .banner-social .banner .app-links a:last-child img {
        padding: 5px 0;
    }
}
@media(min-width:1440px) {
    .banner-social .banner .content {
        padding: 40px;
    }
}



.banner-teaser .banner{
    position:relative;
}
.banner-teaser .banner .button {
    max-width: 260px;
    position: absolute;
    width: 100%;
}
.banner-teaser .banner .button.left-top{
    top:0;
    left:0;
}
.banner-teaser .banner .button.left-bottom{
    bottom:0;
    left:0;
}
.banner-teaser .banner .button.right-top{
    top:0;
    right:0;
}
.banner-teaser .banner .button.right-bottom{
    bottom:0;
    right:0;
}
.banner-teaser .banner .button.center{
    top:50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bg-mobile {
    display:none !important;
}
@media(max-width:480px) {
    .bg-mobile {
        display:block !important;
        background-size:cover;
        background-repeat:no-repeat;
        background-position: center;
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        bottom: 0;
    }
    .bg-desktop{
        background:none !important;
    }
}

.banner-reminder-bg .banner .app-links {
    justify-content: left;
    -ms-flex-pack: left;
}
.banner-reminder-bg .banner {
    background-color:#fff;
    height:440px;
    background-size:cover;
    background-position: center;
    background-repeat:no-repeat;
    position:relative;
}
.banner-reminder-bg .banner .content {
    max-width:35%;
    height:440px;
}
.banner-reminder-bg .banner .content > img {
    max-width:160px;
}
.banner-reminder-bg .banner .content .text {
    height: 330px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.banner-reminder-bg .banner .app-links a img {
    padding: 5px !important;
    max-height: 46px;
    background:#000;
    border:1px solid #9e9f9b;
}
.banner-reminder-bg .banner .app-links a:last-child img {
    margin-left:5px;
}
.banner-reminder-bg .banner .content .text .pre-title {
    font-weight: 600;
}
@media(min-width:1440px) {
    .banner-reminder-bg .banner .content > img {
        position: relative;
        top: -15px;
        left: -10px;
    }
    .banner-reminder-bg .banner .content .text {
        height:300px;
    }
}
@media (max-width: 1219px) {
    .banner-reminder-bg .banner .content {
        max-width: 30%;
    }
    .banner-reminder-bg .banner .content > img {
        max-width:120px;
    }
}
@media(min-width:1024px) and (max-width:1220px) {
    .banner-reminder-bg .banner .content .d-32 {
        font-size:26px;
        line-height:30px;
    }
}
@media(max-width:1023px) {
    .banner-reminder-bg .banner .content {
        max-width: 28%;
    }
    .banner-reminder-bg .banner .app-links a img {
        max-height:36px;
    }
}
@media(max-width:860px) {
    .banner-reminder-bg .banner {
        height:auto;
    }
    .banner-reminder-bg .banner .content {
        max-width: 100%;
        position: relative;
        height:100%;
        padding:170px 0 0;
        min-height: 100%;
    }
    .banner-reminder-bg .banner .content .text {
        padding: 0 20px 30px;
        height: auto;
    }
    .banner-reminder-bg .banner .content > img {
        position: absolute;
        top: 15px;
        left: 15px;
    }
    .banner-reminder-bg .banner .content .text .pre-title {
        color:#fff;
        font-weight: 400;
    }
    .banner-reminder-bg .banner .app-links a img {
        max-height:42px;
    }
    .bg-mobile-md {
        display:block !important;
        background-size:cover;
        background-repeat:no-repeat;
        background-position: center;
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        bottom: 0;
    }
    .bg-desktop-md {
        background:none !important;
    }
}
@media(max-width:480px) {
    .banner-reminder-bg .banner .content {
        padding:235px 0 0;
    }
}

.banner-teaser-bg {
    margin-top:12px;
}
.banner-teaser-bg .banner {
    background-color:#fff;
    background-size:cover;
    background-position: center;
    background-repeat:no-repeat;
    position:relative;
}
.banner-teaser-bg .banner .content > img {
    max-width:120px;
    position: absolute;
    left: 10px;
    top: 0;
}
.banner-teaser-bg .banner .content .text {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: flex-end;
    -ms-flex-align:end;
    padding-top:190px;
    min-height: 350px;
}
.banner-teaser-bg .banner .content {
    padding:30px;
    display: flex;
    display: -ms-flexbox;
}
@media(max-width:1023px) {
    .banner-teaser-bg .banner .content .text {
        padding: 13% 20px 20px;
        height: auto;
    }
}
@media(min-width:767px) and (max-width:1023px) {
    .banner-teaser-bg .banner .content .text {
        padding: 30% 20px 20px;
    }
    .banner-teaser-bg .banner .content .text .text-size.d-22 {
        font-size:18px;
        line-height:22px;
    }
}
@media(min-width:861px) and (max-width:1023px) {
    .banner-teaser-bg .banner .content .text {
        padding: 110px 0 0;
        margin-top: 100px;
        min-height:310px;
    }
}
@media(min-width:1024px) and (max-width:1279px) {
    .banner-teaser-bg .banner .content {
        padding:20px;
    }
    .banner-teaser-bg .banner .content .text {
        margin-top: 35px;
    }
    .banner-teaser-bg .banner .content .text .text-size.d-22 {
        font-size:20px;
        line-height:24px;
    }
}
@media(max-width:860px) {
    .banner-teaser-bg .banner {
        height:auto;
    }
    .banner-teaser-bg .banner .content {
        max-width: 100%;
        position: relative;
        height:100%;
        padding:170px 0 0;
        min-height: 100%;
    }
    .banner-teaser-bg .banner .content .text {
        min-height:auto;
    }
}
