@media (max-width: 992px) {
    .videos_main-items {
        display: none;
    }

    .videos_main-item{
        width: 591px!important;
        height: 375px;;
    }

    .videos_mobile-items {
        display: block;
        margin-top: 32px;
    }
    .videos_mobile-items .owl-carousel.owl-drag .owl-item {
        min-height:375px;
    }
    /*  .videos_main_item-link {
          width: 591px;
          height: 375px;
      }*/

    .videos_main_item-image {
        width: auto;
    }
}
@media (max-width: 576px) {

    .videos_mobile-items .owl-carousel.owl-drag .owl-item {
        min-height:153px;
    }
}
