.dmpllcVIDEO {
border: 1pt solid #8B4B43;
width: 90%;
max-width: 800px;
height: auto;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
	
.dmpllcVIDEO_2022 {
  position: relative;
padding-bottom: calc(56.25% * 0.8); /* 16:9 */
  width: 80%;
  height: 0;
	border: 1pt solid #8B4B43;
	
}


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



.videoBox {
position: relative;
width: 100%;
bottom: 25%;
border: yellow dashed 0px;
top: 25%;
}


.underMovie {
width: 90%;
opacity: .25;
padding-top: 0px;
margin-top: 7px;
}





@media screen and (orientation:portrait)
{
	.videoInfoIcon {
border: red dotted 3px;
left: 10px;
position: absolute;
width: 10%;
max-width: 50px;
}
}
