.homeProductionWrap{margin-bottom: 60px;margin-top: 60px;}
.productionImg{padding: 15px;}
.productionText{padding: 15px;}


.videoWrap{margin-bottom: 60px;}
.videoParent{height: 375px;overflow: hidden;position: relative;}
.playBtn{position: absolute;left:0px;top:0px;right:0px;bottom:0px;margin:auto;z-index: 1;width: 120px;height:120px;color:#fff;
display: flex;align-items: center;justify-content: center;font-size: 50px;border-radius: 100%;border:1px solid #fff;cursor: pointer;display: none;}


@media(max-width:768px){
    .homeProductionWrap{margin-top: 0px;margin-bottom: 0px;}
    .videoParent{height: 250px;}
}