.cover {
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.campaign-tiles__tiles {
    position: relative;
    overflow-x: hidden;
}

.campaign-tiles .px-0 {
    overflow: hidden;
}

.campaign-tiles-custom .campaign-tiles__tiles {
    padding-top: 0;
}

.campaign-tiles-custom .campaign-tiles__fixed-container {
    position: relative;
    bottom: unset;
}

@media only screen and (max-width: 980px) {
    .campaign-tiles-custom .campaign-tiles__fixed-container {
        background-size: 145%;
        height: 48vw !important;
    }
}

.campaign-tiles-custom .campaign-tiles__tile-img-container {
    width: 100%;
}

@media only screen and (max-width: 500px) {
    .campaign-tiles-custom .campaign-tiles__tile-img-container {
        height: auto;
    }
}

@media only screen and (max-width: 500px) {
    .page-id-10377 .campaign-tiles__tiles .row .col-12:last-child .campaign-tiles__tile-img {
        height: 240px;
        object-fit: cover;
    }
}

.col-12 {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .col-md-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .campaign-tiles-custom.right-banner-type .campaign-tiles-custom__wrapper {
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .campaign-tiles-custom.full-banner-type {
        height: auto;
    }

    .campaign-tiles-custom.full-banner-type .campaign-tiles__tiles {
        height: auto;
    }
}

@media only screen and (max-width: 992px) {
    .campaign-tiles-custom__main-tile {
        order: 1;
    }
    .campaign-tiles-custom__tiles {
        order: 2;
    }
}

.bp_box {
    position: relative;
}

.bp_content-holder {
    width: 100%;
    display: flex;
    align-items: center;
}

.bp_box .bp_content-holder h4 {
    text-align: center;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 44px;
}


.bp_overlay {
    background: linear-gradient(hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .7));
    bottom: 0;
    height: 60%;
    left: 0;
    opacity: .7;
    position: absolute;
    transition: .3s;
    width: 100%;
}

.bp_bullet {
    max-width: 100%;
    width: 100%;
    margin: 40px 0;
    line-height: 42px;
}

.bp_button {
    margin: 0 auto;
}

.boxes_points .col-md-4, .boxes_points .col-md-6 {
    max-height: 9999px !important;
    height: auto !important;
} 

.customisable-promo-boxes .col-md-4 .bp_box {
    height: 75vw;
}

.bp_content-holder {
    height: 75vw;
}

@media (min-width: 700px) {
    .customisable-promo-boxes .col-md-4 .bp_box {
        height: calc((100vw - 32px) / 3);
    }
    .bp_content-holder {
        height: 100%;
    }
}

@media (max-width: 700px) {
    .bp_bullet {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1400px) {
    .customisable-promo-boxes .col-md-4 .bp_box {
        max-height: 400px;
    }
}

.customisable-promo-boxes .col-md-6 .bp_box {
    padding: 10px;
    height: auto;
}

@media (min-width: 700px) {
    .customisable-promo-boxes .col-md-6 .bp_box {
        height: calc((100vw - 32px) / 2);
    }
}

@media (min-width: 1400px) {
    .customisable-promo-boxes .col-md-6 .bp_box {
        max-height: 635px;
    }
}