.video-gallery_wrapper .tile-wrapper{
  width: 50%;
}
.video__wrapper {
    position: relative;
    margin: 46px auto 112px;
    max-width: 810px;
  	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
}

.video {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
}

.video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  	overflow: hidden;
}

@media screen and (max-width: 600px) {
  .video__wrapper {
    margin: 20px -16px 36px;
  }
}