.limelight-sb-masonry{
    display: flex;
}

.limelight-sb-masonry-rows{
    flex: 1 1 80%;
}

.limelight-sb-masonry-row{
    display: flex;
}

.limelight-sb-masonry-col{
    flex: 1 1 20%;
}

.limelight-sb-masonry-img{
    width: 100%;
    height: 274px;margin: 4px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.limelight-sb-masonry-img-1{
    flex: 1 0 50%;
}

.limelight-sb-masonry-img-2{
    flex: 1 1 80%;
}

.limelight-sb-masonry-img-3{
    flex: 1 1 20%;
}

.limelight-sb-masonry-img-4{
    height: calc(100% - 8px);
}

@media(max-width: 1080px){

    .limelight-sb-masonry{
        flex-direction: column;
    }

    
    .limelight-sb-masonry-rows{
        flex: 1 0 100%;
    }

    .limelight-sb-masonry-row{
        display: flex;flex-direction: column
    }

    .limelight-sb-masonry-col{
        flex: 1 0 100%;
    }

    .limelight-sb-masonry-img{
        min-height: 0;background-position: top center;padding-bottom: 100%;
    }
    
    .limelight-sb-masonry-img-2{
        padding-bottom: 35%;
    }

}