.video-topsection {
  margin-top: 2vw;
}
.videoOuterWrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.videoOuterWrapper iframe,
.videoOuterWrapper .videoThumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoOuterWrapper .videoThumbnail img {
  height: 100%;
  width: 100%;
}

.playIcon {
  font-size: 1vw;
  cursor: pointer;
  color: #fff;
  position: absolute;
  bottom: 5%;
  width: 30%;
  text-align: left;
  padding-left: 3%;
}
.playIcon:hover {
    opacity: .5;
	transition: 0.5s all ease-in-out;
}
.playIcon span {
  display: inline-block;
  vertical-align: middle;
}

.playIcon span.playImg {
    font-size: 0;
    margin-right: 3%;
    width: 1vw;
}
span.playTitle {
  text-transform: uppercase;
  font-size: 1.042vw;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  span.playTitle {
    text-transform: uppercase;
    font-size: 4.8vw;
  }
  .playIcon span.playImg {
    font-size: 0;
    margin-right: 2%;
    width: 3vw;
  }
  .playIcon {
	 width: 50%;
	     height: 7vw;
  }
  .video-topsection {
    margin-top: 5vw;
	}
}
