.gallery__videos.list-semantic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -2%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video {
  margin-right: 2%;
  margin-top: 2%;
  width: 49%;
  position: relative;
  height: 368px;
}
.video:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 1240px) {
  .video {
    height: 214px;
  }
}