
.cTabloide{
    background: black;
    width: 100%;
    height: auto;
}
.img1{
    display: block;   
}
.img2{
    display: block;  
}
.img3{
    display: block;  
}
.img4{
    display: block;  
}

.lblTitleTabloide{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    padding-top: 20px;
}
.lblSubtitleTabloide{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.imgTabloide{
    height: 600px;
    width: 25%;
    margin-bottom: 35px;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
.cTitle{
    height: 100px;
}

@media (max-width: 1450px) {
    .imgTabloide{
        height: 520px;
        width: 25%;
        margin-bottom: 35px;
    }
}
@media (max-width: 1200px) {
    .imgTabloide{
        height: 480px;
        width: 33.33%;
        margin-bottom: 35px;
    } 
    .img4{
        display: none;
    }
}
@media (max-width: 940px) {
    .imgTabloide{
        height: 540px;
        width: 50%;
        margin-bottom: 35px;
    } 
    .img3{
        display: none;
    }
}
@media (max-width: 730px) {
    .imgTabloide{
        height: 500px;
        width: 50%;
        margin-bottom: 35px;
    } 
    .img3{
        display: none;
    }
}
@media (max-width: 650px) {
    .imgTabloide{
        height: 600px;
        width: 100%;
        margin-bottom: 35px;
    } 
    .img2{
        display: none;
    }
    .lblSubtitleTabloide{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
}