.mSuccess{
	padding: 5px;
	background: green;
}

.mError{
	padding: 5px;
	background:  #dc4941;
}

.status{
	margin-bottom: 5px;

}

.video-frame{
	margin-top: 10px;
	position:relative;padding-bottom:56.25%;height:0;

}

.video-frame iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


.type-program{
  position: absolute;
  top: 20px;
  left: 58px;

}

@media (max-width: 990px) {
  .type-program {
  	left: 30px;
  }
}

@media (max-width: 770px) {
  .type-program {
  	top: 5px;
  }
}