﻿html {
    background: none;
}
body, #portalpage h2, #portalpage h3, #portalpage h4, #portalpage h5, 
h1, #seattleChannelHome h4 {
	font-family: 'Lato', arial, sans-serif;
}
.overlayBox {        
    background-color: rgba(0,0,0, 0.70);        
    float: left;
    padding: 10px 10px;  
    position: relative;  
    height: 6em;
    top: -6.3em;
    width: 100%;
}
h4.videoTitle {
    color: white;
    font-size: 220%;
}
.embedContainer .liveStreamSidebar {
    display: none;
}
@media (max-width: 767px) {
    h4.videoTitle {
        font-size: 16px;        
    }
    .overlayBox {
        height: auto;
        top: -4.4em;
    }
}