section[data-cattype="616"]{
    
}

[data-cattype="616"] .box-hover-effect.effect-siberia .info-box .info-content{
    padding: 30px 15px;
}


[data-cattype="616"] .info-title{
    background: rgba(0, 101, 179, 0.9) ;
}

[data-cattype="616"] .info-title h3.title{
    color: #fff;
    margin-top: 0;
}

[data-cattype="616"] .info-content{
    background: rgba(0, 101, 179, 0.9) ;
    color: #fff;
}

[data-cattype="616"] .info-content p{
	line-height:1.4;
}

/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	[data-cattype="616"] .box-hover-effect .effect-wrapper .thumb{
        height: 330px;
    }
    
    [data-cattype="616"] .box-hover-effect .effect-wrapper .thumb img{
        height: 100%;
        object-fit: cover;
    }
    
    [data-cattype="616"] .box-hover-effect.effect-siberia .info-box .info-content{
        font-size: 14px;
        padding: 15px;
    }
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
    [data-cattype="616"] .box-hover-effect .effect-wrapper .thumb{
        height: 330px;
    }
    
    [data-cattype="616"] .box-hover-effect .effect-wrapper .thumb img{
        height: 100%;
        object-fit: cover;
    }
    
    [data-cattype="616"] .box-hover-effect.effect-siberia .info-box .info-content{
        font-size: 14px;
        padding: 15px;
    }
}

/* Mobile screen size */
@media (max-width: 480px) {
    [data-cattype="616"] .box-hover-effect{
        margin-bottom: 20px;
    }
    
    [data-cattype="616"] .box-hover-effect .effect-wrapper .thumb{
        height: 360px;
    }
    
    [data-cattype="616"] .box-hover-effect .effect-wrapper .thumb img{
        height: 100%;
        object-fit: cover;
    }
    
    [data-cattype="616"] .box-hover-effect.effect-siberia .info-box .info-content{
        font-size: 14px;
        padding: 8px;
    }
}