.fs-c-productCarouselMainImage__image > img {
    max-width: 100%;
    max-height: 100%;
    width: 485px;
    height: 485px;
}

@media screen and (max-width: 736px) {
.fs-c-productCarouselMainImage__image > img {
    max-width: 100%;
    max-height: 100%;
    width: 100vw;
    height: auto;
}
}
<!-- 商品写真のカルーセルのcss。
外部ファイルに記述しても読み込み順の関係で効かないためここに記載 --!>
