.videoWrapper {
    position: relative;
    padding-bottom: 54.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 15px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#thumbs .row {
    margin: 0 -15px;
}

#thumbs br {
    display: none;
}

#thumbs .column-row {
    float: left;
    width: 33.3333%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #f7f7f7;
}

#thumbs .column-row a {
    display: block;
}

#thumbs .column-row img {
    width: 100%;
    height: auto;
}

#thumbs .column-row .vimTitle {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    min-height: 50px;
    padding: 10px 10px 0;
    text-align: center;
    text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
    .main-container .container {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px
    }
}

@media screen and (max-width: 768px) {
    #thumbs .column-row {
        float: left;
        width: 50%;
        padding: 15px;
        box-sizing: border-box;
        background-color: #fff;
    }
}

@media screen and (max-width: 479px) {
    #thumbs .column-row {
        float: none;
        width: 100%;
        clear: both;
    }
}
