style.less
377 Bytes
.production-detail {
background: #f7f7f7;
position: relative;
width: 100%;
height: calc(100vh - 88px);
&-video-box {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
}
&-video {
width: 100%;
max-width: 100%;
max-height: 100%;
height: auto;
}
}