.bushnell-videos {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1284px;
}
.bushnell-videos ul{
 list-style: none;
}
.bushnell-videos ul li {
    width: 24%;
    min-height: 280px;
    font-size: 20.8px;
    background: #ccc;
    margin: 0 1% 2% 0;
    position: relative;
    float: left;
}
.bushnell-videos ul li .ThumbImage img {
    width: 100%;
}
.bushnell-videos ul li .ThumbImage .Overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bushnell-videos ul li .Caption {
    font-family: "industry",sans-serif;
    font-size: 20.8px;
    text-align: center;
    text-transform: uppercase;
    padding: 24px 2%;
 color: #555759;
 line-height: 1;
}
@media only screen and (max-width: 992px) {
 .bushnell-videos ul li {
  min-height: 215px;
 }
 .bushnell-videos ul li .Caption {
  font-size: 16.8px;
 }
} 
@media only screen and (max-width: 767px) {
 .bushnell-videos{
  padding: 0 10px;
 }
 .bushnell-videos ul li {
  width: 100%;
  min-height: 0;
  margin-bottom: 20px;
 }
 .bushnell-videos ul li .Caption {
  font-size: 24.8px;
 }
 .bushnell-videos ul{
  margin:0;
 }
}
