.custom-ratio{
	--bs-aspect-ratio:33%;
}

.frame-wrap{
/*	margin-bottom:5vw;*/
}
.custom-ratio iframe{
/*	height: 800px;*/
}

@media screen and (max-width: 768px){
	.custom-ratio{
		--bs-aspect-ratio:auto;
		width:100%;
		height:70vh;
	}
	
}