.triple-img{
     margin: 0 -25px;
     padding: 40px 0px;
}

.triple-img:after{
    content: "";
    display: block;
    clear: both;
}

.triple-img-slide{
    width: 33.333333%;
    float: left;
    box-sizing: border-box;
    padding-right: 25px;
    padding-left: 25px;
}

.triple-img-content{
/*    background-color: #CCC;*/
    height: 585px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1350px){
    .triple-img-content{
        height: 525px;
    }
}

@media only screen and (max-width: 1200px){
    .triple-img-slide{
        width: 50%;
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 1000px){
    .triple-img-content {
        height: 450px;
    }
}

@media only screen and (max-width: 768px){
    .triple-img-slide{
        width: 100%;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .triple-img-content{
        height: 600px;
    }
    
    .triple-img{
        margin: 0px;
    }
}