@charset "utf-8";
/* CSS Document */

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


@media screen and (min-width : 992px) {
	
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top:100px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}	
	
}



@media (max-width: 767px) {
	
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top:20px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

}