.videoBox{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    float: left;
    background-color: transparent;
    box-sizing: border-box;
    display: block;
}
.videoInnerBox{
    width: 100%;
    height: auto;
    float: left;
    background-color: transparent;
    box-sizing: border-box;
}

.videoStreamBox{
    width: 575px;
    height: auto;
    margin-left: 0px;
    margin-bottom: 15px;
    float: left;
    background-color: transparent;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}
.videoStreamBox:nth-child(2n){
    float: right;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-top: 0px;    border-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3);
    box-shadow: 0 2px 10px rgba(0,0,0,.3); } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}


@media only screen and (max-width: 1499px){
    .videoStreamBox{
        width: 535px;
    }
}
@media only screen and (max-width: 1366px){
    .videoStreamBox{
        width: 520px;
    }
}
@media only screen and (max-width: 1280px){
    .videoStreamBox{
        width: 495px;
    }
}
@media only screen and (max-width: 1259px){
    .videoStreamBox{
        width: 470px;
    }
}

@media only screen and (max-width: 1199px){
    .videoStreamBox{
        width: 445px;
    }
}
@media only screen and (max-width: 1149px){
    .videoStreamBox{
        width: 420px;
    }
}
@media only screen and (max-width: 1099px){
    .videoStreamBox{
        width: 100%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1023px){    
    
}
@media only screen and (max-width: 799px){
    /*OVERRIDE*/
    .innerContainerBox{
        padding: 0;
    }

}
@media only screen and (max-width: 667px){


}
@media only screen and (max-width: 510px){

}
@media only screen and (max-width: 510px){

}

@media only screen and (max-width: 479px){

}

@media only screen and (max-width: 450px){

}
@media only screen and (max-width: 350px){
  
}