/* mark to work his magic here */

#LeftContentPlaceHolder_TextboxKeywords {width:25%}

div.onevideo {
    position:relative;float:left;width:48%;padding:10px 1% 10px 1%;
    -o-transition:1s;
    -ms-transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
    transition:1s;
}
div.onevideo a {text-decoration:none;}
div.onevideo img {width:100%;} /* Mags added 1px border because some Vimeo images are white background */
div.onevideo h4 {text-decoration:none;margin:0;font-size:1em;font-weight:600;height:3em;}
div.onevideo h5 {color:#c0c0c0;margin:0;padding:1%;text-align:right;font-weight:normal;}
div.onevideo h6 {color:black;margin:0;padding:0;}

/* div.onevideo:nth-child(odd;) {clear:both;} */

div.onevideo:hover
{
    -o-transition:1s;
    -ms-transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
    transition:1s;
    background-color:#e2f1f6;
}

@media screen and (max-width:1200px)
{
    div.onevideo h4 {min-height:4em;}
}

@media screen and (max-width:1000px)
{
    div.onevideo h4 {min-height:5em;}
}

@media screen and (max-width:800px)
{
    div.onevideo {width:99%;padding:10px 0.5% 10px 0.5%};
    div.onevideo h4 {min-height:3em;}
}

/* mags needs these bits */

#div_spinner {display:none;position:fixed;margin-top:20%;margin-left:20%;width:10%;z-index:99}
#div_spinner img {width:100%}

.headingaboutnewsarticle {margin:30px 0 0 0;color:black}
.textundervideo {margin-top:5px}
.notbig {font-weight:normal}
.brokenvideo {padding:5%;border:5px dotted red}
.warning {clear:left;border:2px solid black;text-align:center}

div.seealso {margin-bottom:40px}
h5.seealso {margin-bottom:5px}
ul.seealso {margin-top:5px}
div.playvideo iframe {margin-bottom:20px}

div.latestnews {width:95%;margin-bottom:40px} /* width ovverides COMBINED.CSS so that YY news article previews are full width like SW ones are */
div.latestnews a.article span.photocontainer {width:30%!important} /* width ovverides COMBINED.CSS so that FBW and MBW photos are not huge */
