

/* Scale YouTube videos properly */


.block_video_main{
  max-width:560px;
  margin-left:auto;
  margin-right:auto;
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom:60px;
  background-color:hsla(0,0%,0%,0.10)
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}