
/* - ++resource++tvl.video.popup.resources/styling.css - */
@media screen {
/* https://www.livinghouse.co.nz/portal_css/++resource++tvl.video.popup.resources/styling.css?original=1 */
.flex-container .tileItem {
display:inline-block;
margin: 0 1% 1.5em 0;
position:relative;
}
.flex-container .tileItem > a.overlay {
height: 118px;
left:0;
position: absolute;
top:0;
width: 210px;
z-index: 1;
}
.tileItem .mejs-container .mejs-controls,
.vimeo-video .mejs-container .mejs-controls {
z-index: -1 !important;
}
.flex-container {
display: -webkit-box;      /* */
display: -moz-box;         /* */
display: -ms-flexbox;      /* */
display: -webkit-flex;     /* */
display: -moz-flex;
display: flex;             /* */
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-pack:justify;
-moz-box-pack:justify;
-webkit-justify-content:space-around;
-moz-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content:space-around;
max-width:100%;
text-align:center;
}
.pb-ajax { overflow-y: visible; }
.pb-ajax video { float:none!important; }
.overlay-ajax:not(#pb_1) { width:auto!important; max-width:94%; margin:3%; }
.overlay-ajax:not(#pb_1) .pb-ajax { width:auto; }
.overlay-ajax:not(#pb_1) .pb-ajax > div { padding:0; width:auto; }
div.overlay div.close { z-index:1; }
.overlay-ajax .me-plugin, .overlay-ajax iframe, .overlay-ajax .mejs-container.svg.mejs-video { max-width:100%; }
body.template-video_link_view #viewlet-below-content-title #portlets-below .portlet-static-heading-text,
body.template-video_link_view #viewlet-below-content #portlets-below .portlet-static-footer-text {
display:none;
}
@media only screen and (max-width: 480px){
#content .flex-container .mejs-container, #content .flex-container iframe.mejs-shim {
max-height: 77px;
max-width: 135px;
}
}

}

