.gameDeatilVideo {
    margin-top: 50px;
    background-color: #222326;
    padding: 20px 0;
}

.gameContent {
    color: #fff;
}

.gameContent p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}
.gameContent a {
    color: #BC497F;
    margin-top: 20px;
    display: inline-block;
    text-decoration: underline;
    font-weight: 500;
}

.iframeBox iframe {
    width: 100%;
}
.gameContent hr {
    margin: 10px 0;
}

@media only screen and (max-width:1366px){
    .siteContainer {
        max-width: 90%;
        margin: 0 auto;
    }
}
@media only screen and (max-width:767px){
    .banner-content h1 {
        font-size: 30px;
        line-height: 50px;
    }
}

html body {
    background-color: #000;
}

.siteContainer {
    max-width: 1320px;
    margin: 0 auto;
}

body .banner.banner-games {
    background-color: #000;
    background-image: url(/wp-content/uploads/Section-5.png);
    padding: 90px 0;
    background-size: cover;
}

body .banner.banner-games a.cta-btn.arrow-back {
    display: none;
}

.banner-content h1 {
    color: #FFFFFF;
    font-family: "Libre Franklin", Sans-serif;
    font-size: 68px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 102px;
    padding: 0;
    text-align: center !important;
}

