.mpp-content {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.main-image .pc-banner .pc-img {
    width: 100%;
    height: auto;
}

.back-banner {
    max-width: 1300px;
    margin: auto !important;
}

.back-banner-link {
    color: #082ba6 !important;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.8rem;
}

.back-banner-link a,
.back-banner-link span {
    vertical-align: middle;
}

.main-image .pc-t-txt-opt {
    margin: 0;
    font-size: 0.5rem;
    line-height: 1;
    background: rgba(8, 43, 166, 0.8);
    color: #fff;
    padding: 0.6rem;
    text-align: left;
    width: 100%;
    z-index: 1;
}

.card p,
.card li,
.pc-text.pc-txt-promo li,
.pc-txt p,
.pc-txt li {
    font-size: 0.875rem;
    line-height: 1.1875rem;
}

h2 {
    font-size: 1.2rem;
    font-weight: 700;
}

h3 {
    font-size: 0.875rem !important;
    color: #082ba6;
}

.game-tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.game-tiles .pc-text {
    max-width: 50%;
}

.game-tile {
    max-width: 100%;
    width: 100%;
}

.game-tile-cta {
    width: 100%;
    font-size: 0.8rem;
}

.terms-and-conditions,
.terms-and-conditions p {
    color: #082ba6;
    font-size: 0.875rem;
    line-height: 1rem;
}

.terms-and-conditions h3 {
    margin: 0;
}

@media only screen and (max-width: 500px) {
    .table-responsive {
        width: calc(100vw - 2*(var(--site-spacer))) !important;
    }
}

@media (min-width: 1200px) {
    .mpp-content {
        grid-template-columns: auto auto;
        grid-column-gap: 16px;
        align-items: start;
    }

    .promotion-details {
        max-width: 430px;
        width: 100%;
        grid-row: 1/5;
        grid-column-start: 2;
        position: sticky;
        top: 96px;
    }
}

.main-image .pc-teaser {
    position: relative;
}

.main-image .pc-h.text-yellow {
    color: #ffe330 !important;
}

.main-image vn-pc-component-header-v2.pc-header {
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    height: 100%;
}

.main-image .pc-header .pc-h {
    position: relative;
    top: 20%;
    margin: 0;
    padding-left: 1rem;
    line-height: 1.5rem;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.125rem !important;
}

@media only screen and (min-width: 768px) {
    .main-image .pc-header .pc-h {
        padding-left: 3rem;
        font-size: 2rem !important;
        line-height: 2.25rem;
    }
}

@media only screen and (min-width: 1600) {
    .main-image .pc-header .pc-h {
        padding-left: 3rem;
        font-size: 2.25rem !important;
        line-height: 2.5rem;
    }
}