div.videos .head {
    display: none;
}
div.videos .body .content {
    display: none;
}
div.videos ul li {
    list-style: none !important;
    display: inline-block;
    width: 120px;
    height: 90px;
    position: relative;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    color: black;
    opacity: 0.6;
}
div.videos ul li:hover {
    color: #da1e29;
    opacity: 1;
}
div.videos ul li.active {
    color: #da1e29;
    opacity: 1;
}
div.videos ul li div {
    width: 100%;
    height: 100%;
    text-align: center;
}
div.videos ul li div i {
    position: relative;
    top: 50%;
    margin-top: -0.625em;
    font-size: 35px;
}
div.videos ul li img {
    position: absolute;
}
div.videos iframe {
    border: none;
    width: 100%;
    height: 515px;
}
@media (max-width:767px) {
    div.videos ul li, div.videos ul li img{width: 90px; height: 65px}
    div.videos ul li div i{font-size: 25px; top:40%}
    div.videos iframe{height: 400px}
}
@media (max-width:680px) {
    div.videos iframe {
        height: 250px;
    }
}
@media (max-width:577px) {
    div.videos ul li, div.videos ul li img{width: 60px; height: 45px}
    div.videos ul li div i{font-size: 25px; top:40%}
}
@media (max-width:414px) {
    div.videos ul{padding: 0}
}
@media (max-width:375px) {
    div.videos ul li, div.videos ul li img{width: 50px; height: 35px;}
    div.videos ul li div i{font-size: 20px; top: 30%;}
}
@media (max-width:375px) {
    div.videos ul li, div.videos ul li img{width: 45px; height: 35px;}
}
