/* Play button in the video*/
.playButton{
  position:absolute;
  opacity: 80%;
  height:40px !important;
  width:40px !important;
  background: white;
}

.video{
 overflow: hidden;
 position: relative;
}
