@media (min-width: 230px) {
    .videos-cont {
        margin-bottom: 30px;
    }

    .videos-cont .columns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }

    .videos-cont .columns .column {
        display: block;
        width: 100%;
        margin: 10px;
    }

    .videos-cont .columns .column:hover .video-ind::before {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        z-index: -1;
    }

    .videos-cont .columns .column:hover .video-ind img {
        opacity: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .videos-cont .columns .column:hover .video-ind a {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 6;
    }

    .videos-cont .columns .column:hover .video-ind a p {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .videos-cont .columns .column:hover .video-ind .preview-thumb {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 5;
        opacity: 1;
    }

    .videos-cont .frame {
        width: 100%;
        height: 100%;
    }

    .videos-cont .video-ind {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    .videos-cont .video-ind .videos-bg__itemss {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 5;
    }

    .videos-cont .video-ind .videos-bg__itemss:after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 10;
    }

    .videos-cont .video-ind::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
        background-image: url("../../images/icons/icon__play.svg");
        background-size: contain;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background-repeat: no-repeat;
        z-index: 50;
    }
	.videos-cont .video-ind.none-video::before{
		content: unset;
	}

    .videos-cont .video-ind img {
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        z-index: -1;
        opacity: 1;
    }

    .videos-cont .video-ind a {
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 10;
    }

    .videos-cont .video-ind a p {
        font-family: UTM-Neutra;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 39px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-top: auto;
        margin-left: 15px;
        margin-bottom: 15px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        transform: translateY(200%);
    }

    .videos-cont .video-ind .preview-thumb {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .videos-cont .video-ind .preview-thumb video {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }

    .btn-hide {
        margin-top: 30px;
        max-width: 244px;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-hide .button {
        width: 100%;
        border-radius: 60px;
        font-family: Gotham;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        letter-spacing: 0.05em;
        color: #1A1A1A;
        background-color: #F1C40F;
    }

    .detail__filmmaker {
        background-color: #000;
    }

    .detail__filmmaker .swiper .swiper-wrapper .swiper-slide .frame {
        padding-top: 50%;
    }

    .detail__filmmaker .swiper .swiper-wrapper .swiper-slide .frame video {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .detail__filmmaker .mySwiper .swiper-wrapper .swiper-slide .frame {
        padding-top: 55.5555%;
    }

    .detail__filmmaker .slider-container {
        position: relative;
    }

    .detail__filmmaker .slider-container .swiper-button-prev,
    .detail__filmmaker .slider-container .swiper-button-next {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid rgba(255, 255, 255, 0.3);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .detail__filmmaker .slider-container .swiper-button-prev::after,
    .detail__filmmaker .slider-container .swiper-button-next::after {
        font-size: 20px;
        font-weight: 900;
        color: #fff;
    }

    .detail__filmmaker .mySwiper2 {
        margin-bottom: 10px;
    }

    .detail__filmmaker .mySwiper2 .swiper-wrapper .swiper-slide .frame {
        padding-top: 0;
        height: 100vh;
    }
}

@media (min-width: 480px) {
    .videos-cont .columns .column {
        width: -webkit-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
    }
}

@media (min-width: 992px) {
    .videos-cont {
        margin-bottom: 50px;
    }

    .videos-cont .columns .column {
        width: -webkit-calc(33.3333% - 20px);
        width: -moz-calc(33.3333% - 20px);
        width: calc(33.3333% - 20px);
    }

    .videos-cont .video-ind a p {
        font-size: 30px;
        margin-left: 30px;
        margin-bottom: 25px;
    }

    .btn-hide {
        margin-top: 50px;
		margin-bottom: 50px;
    }

    .detail__filmmaker .slider-container .swiper-button-prev,
    .detail__filmmaker .slider-container .swiper-button-next {
        width: 60px;
        height: 60px;
    }

    .detail__filmmaker .mySwiper2 {
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .videos-cont {
        margin-bottom: 90px;
    }
}

@media (min-width: 1600px) {
    .detail__filmmaker .mySwiper {
        margin-left: 70px;
        margin-right: 70px;
    }

    .detail__filmmaker .slider-container .swiper-button-prev {
        left: 40px;
    }

    .detail__filmmaker .slider-container .swiper-button-next {
        right: 40px;
    }
}