@charset "utf-8";

/* youtubeのレスポンシブ対応 */
.youtuber-press
{
    position: relative;
    padding-bottom: 56.25%;
}
.youtuber-press iframe
{
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
}