{
}
section.m4_video .m4_video_height_setter {
width: 100%;
height: auto;
}
section.m4_video .m4_video_container {
position: relative;
cursor: pointer;
}
section.m4_video .m4_video_container video {
border-radius: 30px;
}
section.m4_video .m4_overlay {
position: absolute; inset: 0;
cursor: pointer;
}
section.m4_video .m4_overlay_content {
width: 100%;
height: 100%;
}
section.m4_video .m4_play_button_container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
opacity: .5;
-webkit-transition: opacity .4s;
-moz-transition: opacity .4s;
-ms-transition: opacity .4s;
-o-transition: opacity .4s;
transition: opacity .4s;
}
section.m4_video .m4_overlay:hover .m4_play_button_container {
opacity: 1;
}
section.m4_video .m4_play_button_container svg{
fill:#000;
width: 60px;
min-width: 60px;
height: 60px;
min-height: 60px;
} body.page-id-2172 section.m4_video .m4_video_container {
display: flex;
justify-content: center;
}
body.page-id-2172 section.m4_video .m4_video_container video {
max-height: 100dvh;
object-fit: contain;
height: 100%;
width: auto;
margin: 0 auto;
}
body.page-id-2172 section.m4_video  {
height: 100dvh;
}