

/* Start:/local/templates/.default/components/bitrix/news.list/videogallery-items-list/style.css?16823202611205*/
.videogalleryAnchor {
  right: 0;
  position: absolute;
}


/* стили для кнопки после главного видео project_list_custom. Добавляется через js */
@media (max-width: 380px) {
  .page-top-main .videogalleryAnchor {
    display: none;
  }
  .button380 a {
    position: relative !important;
  }
  .button380 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 380px) {
  .button380 {
    display: none !important;
  }
}
/* end */

.clear-b {
  clear: both;
}

.video-aspect-ratio {
  position: relative;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.video-aspect-ratio-main {
  position: relative;
  /* padding-top: 67.8%; */
  padding-top: 56%;
}

.video-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper.big-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
}

.correct-padding {
  padding-top: 54.3% !important;
}

.splitter {
  height: 1px;
  width: 100%;
  margin-bottom: 15px;
} 

/* End */
/* /local/templates/.default/components/bitrix/news.list/videogallery-items-list/style.css?16823202611205 */
