@charset "UTF-8";


.youtube_wrapp{
	display: flex;
	justify-content: space-between;
}

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



@media screen and (min-width: 469px) and (max-width: 768px){

.youtube_wrapp{
	flex-direction: column;
	
}



}


@media only screen and (max-width: 468px){


.youtube_wrapp{
	flex-direction: column;
	
}



}