.main-content-container{
    background: #fff !important;
    font-size: 14px;
    line-height: 1.4em;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 1px 1px 4px #888;
    border: 1px solid #CDCDCD;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    margin-bottom: 100px;
}

.latest-releases {
    margin-top: 20px;
}

.latest-item {
    width: 31.5%;
    height: 300px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 25px;
    margin-bottom: 25px;
    background-position: top center;
    background-size: cover;
}

.iframe-lightbox-link:nth-child(3n) .latest-item{
    margin-right: 0;
}

.iframe-lightbox .content-holder {
    width: 450px;
}
.iframe-lightbox iframe{
    height: 534px;
}

.load-more-container{
    width: 100%;
    text-align: center;
    display: none;
}
.load-more-container a {
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: "Lato","sans-serif";
    letter-spacing: 1px !important;
    font-weight: 900;
    padding: 8px 40px;
    font-size: 15px;
}
.load-more-container a:hover {
    opacity: 0.7;
}

.iframe-lightbox .btn-close:after, .iframe-lightbox .btn-close:before{
    height: 2.5em;
}
.iframe-lightbox .btn-close{
    top: -3.375em;
    right: -2.375em;
}

@media screen and (max-width: 900px) {
    .latest-item {
        width: 48%;
        height: 265px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .iframe-lightbox-link:nth-child(3n) .latest-item {
        margin-right: 15px;
    }
    .iframe-lightbox-link:nth-child(2n) .latest-item{
        margin-right: 0;
    }
    
}

@media screen and (max-width: 600px) {
    .latest-item {
        width: 100%;
        height: 265px;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 500px) {
    .iframe-lightbox .content-holder {
        width: 310px;
    }
    .iframe-lightbox iframe{
        height: 368px;
    }

    .iframe-lightbox .btn-close {
        top: -2.375em;
        right: -0.375em;
    }
    .iframe-lightbox .btn-close:after, .iframe-lightbox .btn-close:before {
        height: 1.5em;
    }
}