#video-container{
    position:relative;
    padding-bottom:38.29%;
    height:0;
    margin:0 26em 0 0;
    font-family: 'Barlow Condensed', sans-serif;

}

#video-container iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    
}

#body-container{
    width:70%;
}

#time{
    font-size:13px !important;
    bottom:-13px !important;
}

#videoTitle{
    margin-bottom:10px;
    font-size:20px;
}
#info{
    margin:0 26em 0 0;
}

#voting, #views{
    display:flex;
    flex-direction:row;
    
}

#voting{
    margin-bottom:50px;
}
.vote{
    margin-right:100px;
}

button{
    background:none;
    border:none;
}
button:hover{
    cursor:pointer;
}

#adSpace{
        width:728px;
        margin-bottom:20px;
    }
    
    .mobileAd{
        display:none;
        margin-bottom:20px;
    }
    #views{
        margin-left:8px;
        margin-bottom:10px;
    }
    #views p{
     margin: 0 0 0 10px;
     padding:0;
     display:inline;
    }
    
    #voting p{
        margin:0;
        padding:0;
        display:inline;
    }

@media screen and (max-width:1752px) {
    #body-container{
        width:90%;
    }
    
    

}

@media screen and (max-width:1250px) {
    #body-container{
        width:100%;
    }
    
    

}

@media screen and (max-width:700px) {
    #video-container{
    position:relative;
    padding-bottom:56.29%;
    height:0;
    width:100%;
    font-family: 'Barlow Condensed', sans-serif;
    }
    #info{
        padding:20px;
    }
    
    #mV{
        width:100%;
        text-align:center;    
        
    }
    
    #adSpace{
        display:none;
    }
    
    .mobileAd{
        display:block;
        width:300px;
        margin:auto;
        margin-top:-50px;
        margin-bottom:50px;
    }
    
    #info{
    margin:unset;
    }
    
}