body .mfp-auto-cursor .mfp-content {
    max-width: 900px;
    margin: 0 auto;
}

.coffin-wars-banner-section {
    background-image: url("/wp-content/themes/hello-elementor-child/modules/beastball-module/images/beast.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0 70px;
    text-align: center;
}

body.wp-singular .landingPageSlider .landingVideoItem a{
    border: none;
}

.athleteVideoSection {
    padding: 10px ;
    background: #67BF25;
}

body.page-template-beastball .coffin-wars-banner-section img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

body.page-template-beastball .coffin-wars-banner-section h1 {
    color: #67BF25;
    font-family: "area-normal", Sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 100px;
    margin: 22px 0 0;
}

body.page-template-beastball .coffin-wars-banner-section p {
    margin-bottom: 50px;
    color: #575756;
    font-size: 22px;
    line-height: 26px;
}

body.page-template-beastball .coffin-wars-banner-section a {
    font-family: "area-normal", Sans-serif;
    font-size: 22px;
    font-weight: 900;
    fill: #67BF25;
    color: #67BF25;
    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-beastball .athleteVideoSection .landingVideoItem{
    border: solid 4px #FFFFFF;
     background-repeat: no-repeat;
    background-size: cover;
}

body.page-template-beastball .landingPageSlider .landingVideoItem a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    filter: brightness(0) invert(1);
}

body.page-template-beastball .coffin-wars-detail-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 40px 0 0;
    background: transparent;
}

body.page-template-beastball .coffin-wars-detail-section .coffin-wars-detail-col-left,
body.page-template-beastball .coffin-wars-detail-section .coffin-wars-detail-col-right {
    width: 30%;
}

body.page-template-beastball .coffin-wars-detail-section .coffin-wars-detail-col-left {
    text-align: center;
     padding: 200px 0;
}

body.page-template-beastball .coffin-wars-detail-section .coffin-wars-detail-col-right {
    text-align: center;
    padding: 200px 0;
}

body.page-template-beastball .coffin-wars-detail-section .coffin-wars-detail-col-center {
    width: 40%;
    text-align: center;
}

body.page-template-beastball .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;
    color: #000000;
}

.coffin-wars-detail-col-center ul{
    padding: 0;
    display: inline-block;
    margin-bottom: 20px;
}

.coffin-wars-detail-col-center ul li{
    width: 46px;
    height: 46px;
    border-radius: 60px;
    background: #67BF25;   
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coffin-wars-detail-col-center ul li a{
    width: 23px;
    height: 23px;
}


