﻿#videoHolder {
    width: 100%;
}

span.cycle-slide {height:600px !important; overflow:hidden; }

@media (max-width: 1199px) and (min-width:1000px) {
   span.cycle-slide {height:520px !important; overflow:hidden;}
}

@media (max-width:999px) {
   span.cycle-slide { height:283px !important; overflow:hidden;}
}