body {
    background-image: none;
    background-color: #f8fdff;
}

.kx-container {
    padding: 0 80px;
    /*min-height: 400px;*/
}

.mh-400 {
    min-height: 400px;
}

.h-400 {
    height: 400px;
}

.ky-container {
    padding: 80px 0;
}

.k-container {
    padding: 80px;
}

.ks-container {
    padding-right: 80px;
}

.k-btn-1 {
    background-color: #afce03;
    color: #000;
    border: 2px solid #afce03;
    outline: none;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
}

    .k-btn-1:hover {
        /*background-color: #70bf09;*/
        background-color: #c7eb00;
        color: #000;
        border: 2px solid #c7eb00;
        border-radius: 2px;
    }

.k-btn-2 {
    border-radius: 3px;
    background-color: #e4e4e4;
    color: #000;
    border: 2px solid #afce03;
    outline: none;
    font-weight: bold;
    padding: 5px 20px;
    display: block;
    margin-top: 9px;
    text-align: center;
}

.k-btn-3 {
    background-color: #2571cf;
    color: #fff;
    border: 2px solid #2571cf;
    outline: none;
    font-weight: bold;
    padding: 6px 20px;
}

    .k-btn-3:hover {
        /*background-color: #00479d;*/
        background-color: #3992ff;
        color: #fff;
        border: 2px solid #3992ff;
        border-radius: 2px;
    }

.k-input-text-1 {
    border: 1px solid #2571cf;
    outline: none;
    padding: 8px 10px;
    display: block;
    width: 100%;
}

    .k-input-text-1::placeholder {
        color: #b4b4b3;
    }

.k-input-text-2 {
    border: 1px solid #247500;
    outline: none;
    padding: 8px 10px;
    display: block;
    width: 100%;
}

    .k-input-text-2::placeholder {
        color: #b4b4b3;
    }

.k-site-map {
    font-size: 14px;
    padding: 5px 0;
}

    .k-site-map a:last-child {
        color: #005baf;
    }

.k-course-header {
    height: 450px;
    width: 100%;
    overflow: hidden;
    background-color: #142580;
    /*background-color: #dce2ed;*/
    position: relative;
}

    .k-course-header .row {
        height: 100%;
    }

    .k-course-header .text-wrapper-col {
        z-index: 4;
    }

    .k-course-header .text-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /*justify-content: center;*/
        /*align-items: center;*/
        height: 100%;
        width: 100%;
        /*padding-right: 80px;*/
    }

    .k-course-header h1 {
        color: #014dbc;
        font-weight: bold;
    }

    .k-course-header h3 {
        color: #2c2c2c;
        margin-top: 20px;
    }

    .k-course-header .img-wrapper-col {
        z-index: 2;
    }

    .k-course-header .img-wrapper {
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }
    /*.k-course-header .trapezoid {
        position: absolute;
        border-bottom: 550px solid #00144099;
        border-left: 200px solid transparent;
        height: 0;
        width: 100%;
        top: 0;
        right: 0;
        z-index: 3;
    }*/
    .k-course-header .over-img {
        position: absolute;
        border-bottom: 550px solid #00144099;
        /*border-left: 200px solid transparent;*/
        height: 0;
        width: 100%;
        top: 0;
        right: 0;
        z-index: 3;
    }

.k-course-detail-menu {
    background-color: #142580;
    /*position: relative;*/
}

    .k-course-detail-menu .menu-wrapper {
        display: flex;
        gap: 20px;
        text-decoration: none;
        padding: 7px;
        flex-wrap: wrap;
    }

    .k-course-detail-menu a {
        color: #fff;
    }

.k-course-info-box {
    position: absolute;
    top: 210px;
    left: 91px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    /*height: 550px;*/
    width: 320px;
    z-index: 4;
    padding: 14px;
    margin-left: 0;
    margin-right: auto;
    border-radius: 10px;
}

    .k-course-info-box h1 {
        color: #014dbc;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .k-course-info-box .infos {
        margin-top: 15px;
    }

        .k-course-info-box .infos p {
            font-size: 12px;
            margin-bottom: 10px;
        }

    .k-course-info-box button {
        display: block;
        width: 100%;
        margin-top: 6px;
        font-size: 14px;
    }

    .k-course-info-box .k-btn-1 {
        margin-top: 20px;
    }

.k-course-skills {
    margin-top: 50px;
}

    .k-course-skills h3 {
        color: #005baf;
        margin-bottom: 30px;
        font-weight: bold;
        font-size: 22px;
    }

    .k-course-skills .skill-title {
        border: 1px solid #90959c;
        font-size: 14px;
        display: inline-block;
        padding: 5px 5px;
        border-radius: 4px;
    }

.k-course-content {
    margin-top: 35px;
    padding: 10px;
    background-color: #e4e4e4;
    border-radius: 15px;
    border: 1px solid #afce03;
}

    .k-course-content h2 {
        color: #005baf;
        margin: 10px 0 10px 0;
        font-weight: bold;
        font-size: 22px;
    }

    .k-course-content p {
        margin: 7px 0;
    }


.k-course-aims {
    margin-top: 35px;
    padding: 10px;
    background-color: #e4e4e4;
    border-radius: 15px;
    border: 1px solid #afce03;
}

    .k-course-aims h2 {
        color: #005baf;
        margin: 10px 0 10px 0;
        font-weight: bold;
        font-size: 22px;
    }

    .k-course-aims p {
        margin: 7px 0;
    }


.k-course-topic {
    margin-top: 35px;
    padding: 10px;
    background-color: #e4e4e4;
    border-radius: 15px;
    border: 1px solid #afce03;
}

    .k-course-topic h2 {
        color: #005baf;
        margin: 10px 0 10px 0;
        font-weight: bold;
        font-size: 22px;
    }

    .k-course-topic p {
        margin: 7px 0;
    }



.k-why-our-organisation {
    margin-top: 35px;
    padding: 10px;
    background-color: #e4e4e4;
    border-radius: 15px;
    border: 1px solid #afce03;
}

    .k-why-our-organisation h2 {
        color: #005baf;
        margin: 20px 0 30px 0;
        font-weight: bold;
        font-size: 22px;
    }

    .k-why-our-organisation .why {
        background-color: #afce03;
        padding: 10px;
        min-height: 160px;
        width: 180px;
    }

        .k-why-our-organisation .why img {
            width: 30%;
        }

        .k-why-our-organisation .why p {
            margin-top: 8px;
            font-weight: bold;
            text-align: center;
        }

.k-course-video-sample {
    margin-top: 35px;
    padding: 10px;
    background-color: #e4e4e4;
    border-radius: 15px;
    border: 1px solid #afce03;
}

    .k-course-video-sample h2 {
        color: #005baf;
        font-weight: bold;
        font-size: 22px;
    }

    .k-course-video-sample .wrapper {
        position: relative;
        display: inline-block;
        /*width: 326px;
    height: 152px;*/
    }

        .k-course-video-sample .wrapper video {
            margin: 0;
            background-color: transparent;
            border-radius: 10px;
            padding: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .k-course-video-sample .blurEffect {
        -webkit-filter: blur(0);
        -o-filter: blur(0);
        -moz-filter: blur(0);
        -ms-filter: blur(0);
        filter: blur(0);
    }

    .k-course-video-sample .content {
        position: absolute;
        display: inline-block;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        color: #FFF;
        width: 100%;
        text-align: center;
        z-index: 2;
    }

    .k-course-video-sample .play {
        cursor: pointer;
        border: 1px solid #000;
        display: inline-block;
        text-align: center;
        padding: 12px 12px 12px 16px;
        border-radius: 50%;
        transition: 0.3s;
        background-color: rgba(231, 231, 231, 0.45);
    }

        .k-course-video-sample .play svg {
            font-size: 70px;
        }

        .k-course-video-sample .play:hover {
            background-color: #005baf;
        }


/*.k-Termcourse-video-sample {
    margin-top: 90px;
    padding: 10px;
    background-color: #e4e4e4;
    border-radius: 15px;
    border: 1px solid #afce03;
}
    .k-Termcourse-video-sample h2 {
        color: #005baf;
        font-weight: bold;
        font-size: 22px;
    }
    .k-Termcourse-video-sample .wrapper {
        position: relative;
        display: inline-block;*/
/*width: 470px;*/
/*height: 220px;*/
/*}
        .k-Termcourse-video-sample .wrapper video {
            margin: 0;
            background-color: transparent;
            border-radius: 10px;
            padding: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    .k-Termcourse-video-sample .blurEffect {
        -webkit-filter: blur(0);
        -o-filter: blur(0);
        -moz-filter: blur(0);
        -ms-filter: blur(0);
        filter: blur(0);
    }
    .k-Termcourse-video-sample .content {
        position: absolute;
        display: inline-block;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        color: #FFF;
        width: 100%;
        text-align: center;
        z-index: 2;
    }
    .k-Termcourse-video-sample .play {
        cursor: pointer;
        border: 1px solid #000;
        display: inline-block;
        text-align: center;
        padding: 12px 12px 12px 16px;
        border-radius: 50%;
        transition: 0.3s;
        background-color: rgba(231, 231, 231, 0.45);
    }
        .k-Termcourse-video-sample .play svg {
            font-size: 70px;
        }
        .k-Termcourse-video-sample .play:hover {
            background-color: #005baf;
        }*/




.k-course-teachers {
    margin-top: 50px;
    padding: 10px;
    background-color: #e4e4e4;
    border-radius: 15px;
    border: 1px solid #afce03;
}

    .k-course-teachers h2 {
        color: #005baf;
        font-weight: bold;
        font-size: 22px;
    }

.k-teacher-slider {
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: max-content;
    width: 100%;
    padding: 12px;
}

    .k-teacher-slider .slider-swiper {
        width: 100%;
    }
/*.k-teacher-slider .slider-swiper .swiper-slide{*/
/*    padding: 40px;*/
/*}*/
.k-course-teachers .img-squar-wrapper {
    width: 90%;
    /*height: 150px;*/
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

    .k-course-teachers .img-squar-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.k-course-teachers .teacher-name {
    margin-top: 20px;
    font-weight: bold;
}

.k-course-teachers .teacher-education {
    font-size: 14px;
    font-weight: 300;
    color: #777;
}

.k-course-teachers .description {
  /*  white-space: pre-line;*/
    text-align: right;
    font-size: 14px;
}
/*Botstrap Slider Change Default*/
.carousel-control-next-icon:after {
    content: '>';
    font-size: 55px;
    color: #005baf;
}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 55px;
    color: #005baf;
}

.carousel-control-prev, .carousel-control-next {
    width: 1%;
}

.k-course-contacts {
    margin-top: 50px;
    padding: 10px;
    background-color: #e4e4e4;
    border-radius: 15px;
    border: 1px solid #afce03;
}

    .k-course-contacts h2 {
        color: #005baf;
        font-weight: bold;
        font-size: 22px;
    }

    .k-course-contacts .description {
        /*white-space: pre-line;*/
        text-align: justify;
        font-size: 14px;
        padding-right: 20px;
        line-height: 30px;
    }

        .k-course-contacts .description p {
            text-align: justify;
        }

.k-course-certificate {
    width: 100%;
    background-color: #e6e6e6;
    margin-top: 50px;
    padding: 5px 0 5px 0;
}

    .k-course-certificate h2 {
        /*display: flex;*/
        color: #005baf;
        font-weight: bold;
        font-size: 22px;
    }

    .k-course-certificate img {
        width: 90%;
        transform: rotate(-10deg);
        margin: 0 auto;
    }

    .k-course-certificate .description {
        white-space: pre-line;
        text-align: right;
        font-size: 14px;
        width: max-content;
    }

.k-course-registration-consultation {
    background-color: #005baf;
    padding: 20px 40px;
    margin-top: 50px;
}

    .k-course-registration-consultation .k-registration {
        background-color: #fff;
        padding: 20px;
        border-radius: 40px 0 40px 0;
        height: 300px;
        overflow: hidden;
        position: relative;
    }

        .k-course-registration-consultation .k-registration h3 {
            color: #005baf;
            font-weight: bold;
        }

        .k-course-registration-consultation .k-registration p {
            font-size: 18px;
            font-weight: normal;
        }

    .k-course-registration-consultation .k-consultation {
        background-color: #fff;
        padding: 20px;
        border-radius: 40px 0 40px 0;
        height: 300px;
        overflow: hidden;
        position: relative;
    }

        .k-course-registration-consultation .k-consultation h3 {
            color: #247500;
            font-weight: bold;
        }

        .k-course-registration-consultation .k-consultation p {
            font-size: 18px;
            /*font-weight: bold;*/
        }

.k-course-user-opinion {
    margin-top: 50px;
    background-color: #fff;
    padding: 20px 0;
}

    .k-course-user-opinion h1 {
        color: #005baf;
        font-weight: bold;
        text-align: center;
        font-size: 22px;
    }

.k-opinion-slider {
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: max-content;
    width: 100%;
    padding: 12px;
}

    .k-opinion-slider .slider-swiper {
        width: 100%;
    }

        .k-opinion-slider .slider-swiper .swiper-slide {
            padding: 25px;
        }

    .k-opinion-slider .swiper-pagination {
        position: absolute;
        bottom: -6px;
    }

    .k-opinion-slider .swiper-button-next {
        position: absolute;
        left: -1px;
    }

    .k-opinion-slider .swiper-button-prev {
        position: absolute;
        right: -1px;
    }

.opinion-box {
    border: 1px solid #727272;
    padding: 22px 10px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    /*overflow-y:scroll;*/
}

    .opinion-box .img-squar-wrapper {
        border-radius: 50%;
        width: 80%;
        margin: 0 auto;
        overflow: hidden;
    }

        .opinion-box .img-squar-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .opinion-box .quotation-image {
        width: 18%;
    }

    .opinion-box .user-opinion {
        text-align: justify;
    }

.k-course-faq {
    background-color: #fff;
}

    .k-course-faq h2 {
        color: #005baf;
        font-weight: bold;
    }

    .k-course-faq .accordion-item {
        margin: 10px 0;
        /*border: 1px solid #c9c7c7;*/
    }

    .k-course-faq .accordion-header {
        /*border-right: 4px solid #afce03;*/
        /*border-bottom: 1px solid #c9c7c7;*/
    }

    .k-course-faq .accordion-button {
        border-radius: 0;
        font-weight: bold;
        font-size: 18px;
        background-color: #fff;
        color: #005baf;
        border-right: 6px solid #c9c7c7;
    }

        .k-course-faq .accordion-button.collapsed {
            border-radius: 0;
            border: 1px solid #c9c7c7;
            border-right: 6px solid #afce03;
            color: #000;
        }

        .k-course-faq .accordion-button:focus {
            /*border: none !important;*/
            box-shadow: none !important;
        }

        .k-course-faq .accordion-button:after {
            /*background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230146b2'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;*/
            background-image: url(../images/icons/arrow-down.png) !important;
        }

        .k-course-faq .accordion-button:not(.collapsed):after {
            /*background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23afce03'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;*/
            background-image: url(../images/icons/arrow-up.png) !important;
            transform: rotate(-180deg) !important;
        }

    .k-course-faq .accordion-body {
        background-color: #f8f8f8;
        text-align: justify;
    }

.k-other-courses {
    background-color: #fff;
    margin-top: 50px;
}

    .k-other-courses h2 {
        color: #005baf;
        font-weight: bold;
        font-size: 22px;
    }

    .k-other-courses .k-course-box {
        align-items: center;
        flex-direction: column;
        background: var(--ms-color-hell);
        /*padding: 10px;*/
        border: 1px solid #f3f3f3;
        overflow: hidden;
        height: 320px;
        transition: 0.5s;
    }

        .k-other-courses .k-course-box:hover .cart-icon {
            display: flex;
        }

       /* .k-other-courses .k-course-box:hover .img-wrapper {
            opacity: 0.6;
        }*/

        .k-other-courses .k-course-box .img-wrapper {
            position: relative;
            height: 234px;
            overflow: hidden;
            padding: 10px;
            /*background: #cecece29;*/
        }

        .k-other-courses .k-course-box img {
            width: 100%;
            object-fit: contain;
            height: 100%;
        }

        .k-other-courses .k-course-box .cart-icon {
            position: absolute;
            bottom: 10px;
            left: 0;
            background-color: #afce03;
            padding: 6px 10px;
            display: none;
            border-radius: 0 8px 8px 0;
            outline: none;
            border: none;
        }

            .k-other-courses .k-course-box .cart-icon svg {
                color: #0146b2;
            }

        .k-other-courses .k-course-box h1 {
            font-size: 16px;
        }

        .k-other-courses .k-course-box .text-wrapper {
            text-align: center;
            margin-top: 10px;
            padding: 10px
        }

            .k-other-courses .k-course-box .text-wrapper a {
                text-align: center;
                font-size: 13px;
                font-weight: bold;
            }

        .k-other-courses .k-course-box .cart-icon img {
            width: 50%;
        }

.k-course-content .accordion-item {
    margin: 0 0 10px 0;
    border-radius: 0;
    border: 1px solid #010202;
    background-color: #f8f8f8;
}

.k-course-content .accordion-header {
    border-radius: 0;
    margin: 0;
    background-color: #f8f8f8;
}

.k-course-content .accordion-button {
    border-radius: 0;
    font-weight: bold;
    font-size: 18px;
    background-color: #f8f8f8;
    color: #000;
    border: none;
    padding-right: 80px;
}

    .k-course-content .accordion-button.collapsed {
        border-radius: 0;
        border: none;
        color: #000;
        background-color: #f8f8f8;
        padding-right: 80px;
    }

    .k-course-content .accordion-button:focus {
        border: none !important;
        box-shadow: none !important;
    }

    .k-course-content .accordion-button:after {
        /*background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230146b2'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;*/
        background-image: url(../images/icons/arrow-down.png) !important;
        position: absolute;
        right: 40px;
    }

    .k-course-content .accordion-button:not(.collapsed):after {
        /*background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23afce03'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;*/
        background-image: url(../images/icons/arrow-up.png) !important;
        transform: rotate(-180deg) !important;
        position: absolute;
        right: 40px;
    }

.k-course-content .accordion-body {
    background-color: #f8f8f8;
    /*white-space: pre-line;*/
    padding-right: 80px;
}

.k-course-advantages {
    margin-top: 50px;
    padding: 20px;
    background-color: #e4e4e4;
    border-radius: 15px;
    border: 1px solid #afce03;
}

    .k-course-advantages h2 {
        color: #0a53be;
        font-weight: bold;
    }

    .k-course-advantages audio {
        width: 100%;
    }

.k-participating-conditions {
    background-color: #fff;
    margin-top: 50px;
    padding: 10px;
}

    .k-participating-conditions h2 {
        color: #005baf;
        font-weight: bold;
        font-size: 22px;
    }

    .k-participating-conditions .description {
        white-space: pre-line;
        text-align: right;
        font-size: 16px;
        padding-right: 20px;
    }

.k-btn-absolute {
    position: absolute;
    bottom: 25px;
    left: 30px;
    right: 30px;
    width: 88%;
}
/*new style*/
.k-course-info-box-wrapper {
    /*background-color: #0dcaf0;*/
    /*position: relative;*/
    padding-top: 40px;
}

.k-course-info-box.sticky {
    position: sticky;
    top: 180px;
}

.course-banner {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    display: none;
}

    .course-banner:hover {
        cursor: zoom-in;
    }

.btn-header {
    background: #142580;
    padding: 6px 22px;
    color: #fff;
    border: 1px solid #666b87;
    box-shadow: 2px 2px #535666;
}

/*.box-container {
    background-color: #e4e4e4;
    border-radius: 15px;
    border: 1px solid #afce03;
}*/



/*------------ZOOM MODAL------------*/
#myImg {
    border-radius: 5px;
    cursor: zoom-in;
    transition: 0.3s;
    /*display: block;*/
    margin-left: auto;
    margin-right: auto
}

    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.zoom-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 160px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.zoom-modal-content {
    margin: auto;
    display: block;
    /*width: 75%;*/
    height: 90% !important;
    cursor: zoom-out;
    /* max-width: 75%; */
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.zoom-modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.out {
    animation-name: zoom-out;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1)
    }

    to {
        -webkit-transform: scale(2)
    }
}

@keyframes zoom {
    from {
        transform: scale(0.4)
    }

    to {
        transform: scale(1)
    }
}

@keyframes zoom-out {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .zoom-modal-content {
        width: 100%;
    }
}
/*------------ZOOM MODAL------------*/

