.category_list_items .video.vimeo iframe,
.category_list_items .video.video video,
.category_list_items .video.youtube iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.category_list_items .video.vimeo iframe {
  z-index: -1;
}
.category_list_items .video.vimeo,
.category_list_items .video.video,
.category_list_items .video.youtube {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 56.66%;
}

.video-container video {width: 100%;height: auto;display: block;}
.video-container {margin-bottom: 24px;}
a.video_modal_new {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 3;}
a.video_modal_new svg {width: 40px;height: 40px;}
.video img {width: 100% !important;height: 100% !important;transition: all .3s ease;}
.video {overflow: hidden;position: relative;margin-bottom: 24px;}
{% if module.list_item|length > 2 %}