﻿@media only screen and (max-width: 47em) {
    .navbar-brand > img{
    }
    .live-content {
        padding: 0;
        overflow-y: unset !important;
        overflow-x: unset !important;
    }
    .nav-actions{
        position: relative;
    }
    .video-wrapper {
        padding-bottom: 80.25% !important;
    }
}
@media only screen and (min-width: 47em) and (max-width: 1024px) {
    
}