#timeline_wrapper {
display:inline-block;
width:315px;
height:340px;
margin: 0px;
padding: 0px;
}
#timeline_wrapper iframe{min-height:100px !important; min-width:100px !important; height:300px !important;}
#timeline_wrapper h2{
font-family: 'Archivo Black', sans-serif, Meiryo, arial, sans-serif;
font-size:3rem;
font-style:italic;
line-height:1;
font-weight:bold;
text-shadow: 2px 1px 0px rgba(255, 255, 255, 1);
margin:0px 0px 10px 0px;
}
#timeline_wrapper h2 span{
font-size:1.5rem;
font-family: Meiryo, arial, sans-serif;
font-weight:bold;
padding:0px 0px 0px 10px;
}

@media screen and (max-width:375px) {
#timeline_wrapper h2 {padding:0px 10px;}
#timeline_wrapper{width:100%; background:#fff; padding:5px 0px;}
}