<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.responsive-img {
    min-width: 100%;
    max-width: 100%;
}


.video-container {
  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
  margin-bottom: 5px; /*60px*/
  overflow: hidden;
}


.video-container iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.video-container .btn {
    position: absolute !important;
    top: 85%; /*50%*/
    left: 85%; /*50%*/
    /*background-color:#6db71c;*/
    display: block;
    padding: 30px;
    margin-top: -30px;
    margin-left: -30px;
}
.video-container .video_title {
    position: absolute !important;
    buttom: 0%; /*50%*/
    left: 0%; /*50%*/
    background-color:#6db71c;
    display: block;
    padding: 0px;
    width: 100%;
		height: 40px;
}

</pre></body></html>