.page-node-type-drag-and-drop-page .az-container > .controls{
  top: 35% !important;
}

.ytbackground{
	position: relative;
}
.ytbackground iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;

}

.mb_YTPlayer{
	position: relative;
}
.mb_YTPlayer iframe{
	position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}


.html .glazed-util-caption-wrap,.html .glazed-util-caption-wrap .az-ctnr{
	padding: 0;
}

.glazed-util-color-white{
	color: #fff;
}
.glazed-util-color-white h1,
.glazed-util-color-white h2,
.glazed-util-color-white h3,
.glazed-util-color-white h4,
.glazed-util-color-white h5,
.glazed-util-color-white h6{
	color: #fff;
}