@charset "UTF-8";

@import url("/sites/style_guide/style/css/bbs_common.css");
@import url("/sites/style_guide/style/css/bbs_type_album.css");

.youtube {
  width: 100%;
  height: 800px; /* desktop 기본 */
  border: 0;
}

/* Tablet */
@media screen and (max-width: 1024px) {
  .youtube {
    height: 600px;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .youtube {
    height: 300px;
  }
}
