

/* Start:/local/templates/Panzar_template/components/bitrix/news.list/videoreviews/style.css?17725316011283*/

.videoreviews__list-item-rutube picture{
  display: block;
  width:100%;
}

.videoreviews__list-item-rutube {
  position: relative;
}

@media (max-width: 768px) {
  .videoreviews__list-item-rutube {
    display:inline-flex !important;
    aspect-ratio: 1.77/1;
    overflow: hidden;
    align-items: center;
  }
}

@media (min-width: 768px) {
    .videoreviews__list-item-rutube {
      display: inline-block;
      align-items: center;
      max-width: 100%;
      overflow: hidden;
      max-height: 215px;
      width: 100%;
      position: relative;
      cursor: pointer;
    }

    .videoreviews__item-link {
      height:auto !important;
    }  
    
  .videoreviews__list-item-rutube.wide {
      max-width: 100%;
      max-height: none;
      grid-column: 1 / span 3;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .videoreviews__list-item-rutube:not(.wide) {
    max-height: 180px !important;
  }

  .videoreviews__list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
    .videoreviews__list-item-rutube {
        display: inline-flex;
        align-items: center;
        max-width: 100%;
        overflow: hidden;
        max-height: 215px;
        width: 100%;
        position: relative;
        cursor: pointer;
    }
}    
/* End */
/* /local/templates/Panzar_template/components/bitrix/news.list/videoreviews/style.css?17725316011283 */
