section {
    content-visibility: auto;
}

section p a,
section li a {
    color: #AD0000 !important;
}

section p a:hover,
section li a:hover {
    color: #AD0000 !important;
}

.blog-item .blog-meta span i {
    color: #AD0000 !important;
}

.video-blk {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.play-video {
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.blog-thumb {
    position: relative;
}

.blog-thumb .play-video {
    width: 60px;
}

.video-blk {
    padding: 20px;
}

.vid {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7);
}

#yt,
#yt-1,
#yt-2,
#yt-3,
#yt-4,
#yt-5 {
    display: none;
}

.vid iframe {
    width: 50%;
    height: 400px;
    object-fit: cover;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: black;
    border: 10px solid #fff;
    border-radius: 8px;
    transform: translate(-50%, -50%);
}

@media screen and (min-width:2000px) and (max-width:2400px) {
    .video-blk {
        height: 100%;
        max-height: 100%;
    }
    .play-video {
        width: 150px;
    }
}

@media screen and (min-width:1800px) and (max-width:2000px) {
    .video-blk {
        height: 100%;
        max-height: 100%;
    }
}

@media screen and (min-width:1600px) and (max-width:1800px) {
    .video-blk {
        height: 100%;
        max-height: 100%;
    }
}

@media screen and (min-width:1400px) and (max-width:1600px) {
    .video-blk {
        height: 100%;
        max-height: 100%;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .play-video {
        width: 90px;
    }
}

@media screen and (max-width:992px) {
    .video-blk {
        height: 100%;
        max-height: 100%;
    }
    .video-blk {
        padding: 20px 0px;
        margin-top: 30px;
    }
    section {
        content-visibility: auto;
        contain-intrinsic-size: auto 500px;
    }
}

@media screen and (min-width:500px) and (max-width:649px) {
    .vid iframe {
        width: 80%;
        left: 50%;
    }
    .play-video {
        width: 80px;
    }
    .vid iframe {
        top: 00%;
        transform: translate(-50%, 100%);
    }
}

@media screen and (min-width:528px) and (max-width:550px) {
    .vid iframe {
        width: 80%;
        left: 50%;
    }
}

@media screen and (min-width:500px) and (max-width:527px) {
    .vid iframe {
        width: 80%;
        left: 50%;
    }
}

@media screen and (min-width:400px) and (max-width:499px) {
    .play-video {
        width: 70px;
    }
    .vid iframe {
        width: 90%;
        left: 50%;
    }
    #yt-1 iframe {
        top: 0%;
        transform: translate(-50%, 50%);
    }
    #yt iframe {
        top: 50%;
        transform: translate(-50%, 0%);
    }
    #yt-2 iframe {
        top: 0%;
        transform: translate(-50%, 50%);
    }
    #yt-3 iframe {
        top: 0%;
        transform: translate(-50%, 100%);
    }
    #yt-4 iframe {
        top: 20%;
        transform: translate(-50%, 100%);
    }
    #yt-5 iframe {
        top: 50%;
        transform: translate(-50%, 100%);
    }
    .blockStrategy .stratey-page iframe {
        top: 45% !important;
        transform: translate(-50%, 50%) !important;
    }
    .csat-page iframe {}
    .ias-page iframe {
        top: 10% !important;
        transform: translate(-50%, 100%) !important;
    }
    .psir-page iframe {
        top: 25% !important;
        transform: translate(-50%, 100%) !important;
    }
}

@media screen and (min-width:300px) and (max-width:399px) {
    .play-video {
        width: 60px;
    }
    .vid iframe {
        width: 90%;
        left: 50%;
    }
}