.certification-container {
    margin: 0 1em;

    @media screen and (min-width: 1024px) {
        margin: 0 3em !important;
    }
}

.certifications-breadcumb-section {
    background: url(assets/images/blog/img.jpg) no-repeat center/cover scroll !important;
}

/* Intro Video Section */

.video-wrapper {
    max-width: 430px;
    margin: 2rem auto;
    /* background: #000; */

    video {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 35px 5px 35px 5px !important;
        transform: scale(1.1);
    }
}

.intro-video-section {
    .carousel-video {
        position: absolute;
        top: 40%;
        left: 40%;
        cursor: pointer;
    }
}

@media screen and (max-width: 768px) {
    /* .video-wrapper {
        .video carousel-video {
            display: block !important;
        }
    } */

    .video .carousel-video {
        display: block !important;
    }
    .intro-video-section .about-thumb {
        margin: 0 20px 20px 20px !important;
    }

}

/* Whatsapp quick chat */
@media screen and (max-width: 1024px) {

    #to-top,
    #to-top_2 {
        right: 20px !important;
    }
}