/* productcenter__heading
******************************************************* */
.productcenter__heading small { margin: 0 0 5px 0; }

/* productcenter__movie
******************************************************* */
.productcenter__movie { position: relative; max-width: 680px;margin: auto; }
.productcenter__movie::before{content:"";display: block;padding-bottom: 56.25%;}
.productcenter__movie iframe { border: none; outline: none; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }

@media only screen and (max-width: 767px){
.productcenter__movie {max-width: 100%; }

}
