.player_button-video{
    position: absolute;
    top: calc(50% - 70px);
    right: 45%;
    height: 64px;
    width: 64px;
    background: #3761E9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in;
}



.video_slider{
    overflow: hidden;
}

.video-card{
    max-width: 642px;
}

.image-video img{
   width: 100%;
   border-radius: 1rem;
}

.player_button-video .player_svg{
    position: relative;
    left: calc(5px/2);
    top: 2px;
}

.image-desc{
    margin: 1rem 0 0 0.75rem;
}

.image-desc .mini-title{
   font-weight: 400;
   font-size: 13px;
   line-height: 20px;
   color: #969AA5;
}

.image-desc .video-title{
    margin-top: 0.25rem;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #333338;
}

@media screen and (max-width: 991px) {
    .video-card{
        max-width: 100%;
        max-height: 100%;
    }
}

@media screen and (max-width: 768px) {
    .player_button-video{
        top: calc(50% - 80px);
        right: calc(45% - 10px);
    }
}



@media screen and (max-width: 575px) {
    .video-card{
        max-width: calc(100vw - 100px)
    }

    .swiper.video_slider{
        margin-right: calc(-1 * 1rem) !important;
        margin-left: calc(-1 * 1rem) !important;
        padding: 0 1rem 0 1rem !important;
    }
    .slider--video-block .slider{
        padding-bottom: 2rem;
    }

    .slider--video-block .slider__arrow{
        display: none !important;
    }
    .slider--video-block .swiper-pagination{
       position: unset !important; 
    }
}

