
.video-container-portrait {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container-portrait video {
  position: absolute;
  top: 0;
  left: 10%;
  width: auto;
  height: 90%;
}

.box{
  width: 100%;
  float: left;
  margin: 0;
  padding: 2;
  position: relative;
}

img {
  width: 45%;
  }


@media screen and (max-width: 767px) {
img {
width: 100%;
}
}
