@charset "utf-8";
/*Development Story*/
/*Yamaha Synthetic Reeds*/
#d1537036.heading-h2 h2,
.sub_title h3.heading,
.sub_title p.description{
    text-align: center;
}

/*Developer introduction*/
[data-id="d1784516-1"] .row.grid {
    display: flex;
	background-color: #cccccc;
    padding: 20px 0;
    margin: 20px 0;
}
#d1537038,
#d1537049{
	text-align: center;
}
#d1769892 .visible-xs,
#d1768838 .visible-xs{
    display: none !important;
}
#d1769892 .hidden-xs,
#d1768838 .hidden-xs{
    display: block !important;
}
#d1769892 .pull-left,
#d1768838 .pull-left{
    float: none !important;
}
/*border*/
#d1537036.heading-h2 h2,
#d1538257.heading-h2 h2,
#d1538258.heading-h2 h2{
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
#d1537036.heading-h2 h2:after,
#d1538257.heading-h2 h2:after,
#d1538258.heading-h2 h2:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 6px;
    background-repeat: no-repeat;
}
.story{
	margin-bottom: 40px;
}
.movie-full-width{
	margin-bottom: 40px;
}

@media screen and (max-width: 767px){
/*Developer introduction*/
[data-id="d1784516-1"] .row.grid {
    display: block;
}

.story .pull-right img,
.story .pull-left img{
    width: 100%;
}
}