.coffin-wars-banner-section {
    background-image: url("/wp-content/themes/hello-elementor-child/modules/slap-poker-module/images/BT05-Landing-Feature-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0 70px;
    text-align: center;
}

body .mfp-auto-cursor .mfp-content {
    max-width: 900px;
    margin: 0 auto;
}

body.page-template-slap-poker {
    background: #202026;
}

.athleteVideoSection {
    padding: 10px 10px 0;
}

body.page-template-slap-poker .coffin-wars-banner-section img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

body.page-template-slap-poker .coffin-wars-banner-section h1 {
    color: #FBD52D;
    font-family: "area-normal", Sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 100px;
    margin: 15px 0 0;
}

body.page-template-slap-poker .coffin-wars-banner-section p {
    margin-bottom: 20px;
}

body.page-template-slap-poker .coffin-wars-banner-section a {
    font-family: "area-normal", Sans-serif;
    font-size: 22px;
    font-weight: 900;
    fill: #FBD52D;
    color: #FBD52D;
    background-color: #61CE7000;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-radius: 58px 58px 58px 58px;
    padding: 8px 30px 8px 30px;
    text-transform: uppercase;
}

body.page-template-slap-poker .athleteVideoSection .landingVideoItem{
    border: solid 4px #FBD52D;
     background-repeat: no-repeat;
    background-size: cover;
}

body.page-template-slap-poker .landingPageSlider .landingVideoItem a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    /* filter: invert(90%) sepia(150%) saturate(1046%) hue-rotate(30deg) brightness(250%) contrast(60%); */
}

body.page-template-slap-poker .coffin-wars-detail-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 20px 0 0;
    background: #202026;
}

body.page-template-slap-poker .coffin-wars-detail-section .coffin-wars-detail-col-left,
body.page-template-slap-poker .coffin-wars-detail-section .coffin-wars-detail-col-right {
    width: 30%;
}

body.page-template-slap-poker .coffin-wars-detail-section .coffin-wars-detail-col-left {
    text-align: right;
    height: 650px;
}

body.page-template-slap-poker .coffin-wars-detail-section .coffin-wars-detail-col-right {
    text-align: left;
    height: 650px;
}

body.page-template-slap-poker .coffin-wars-detail-section .coffin-wars-detail-col-right  img,
body.page-template-slap-poker .coffin-wars-detail-section .coffin-wars-detail-col-left img{
        object-fit: cover;
        width: 100%;
        height: 100%;
}


body.page-template-slap-poker .coffin-wars-detail-section .coffin-wars-detail-col-center {
    width: 40%;
    padding: 200px 0 220px;
}

body.page-template-slap-poker .coffin-wars-detail-section .coffin-wars-detail-col-center p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    font-family: var(--area-normal-font-family);
    text-align: center;
}

ul.social-media{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 20px;
}

ul.social-media li{
    width: 46px;
    height: 46px;
    border-radius: 60px;
     display: flex;
    align-items: center;
    justify-content: center;
    background: #FBD52D;
    padding: 10px;
}

ul.social-media li a{
    width: 22px;
    height: 22px;
}
    
body.wp-singular .landingPageSlider .landingVideoItem a {
    border: none;
}