.modal__panel .modal__contents{
	background: #ffb15c;
}
.landon-comment{
	    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
	    line-height: 1.5;
}
     .videoWrap {
                padding-top: 56.25%;
                width: 100%;
                position: relative;
            }

            .videoWrap video {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 0px;
            }

.modal__contents{
	max-width: 1200px;
}

@media screen and (max-width: 768px) {
	.modal__contents{
		width: 90%;
		    padding: 25px 8px 30px;
	}
	.ui-pos-label{
		min-width: 0px;
		max-width: 180px;
	}
}


.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}