/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2023 | 11:23:10 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.relblog  img {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
}

@media screen and (max-width:991px) and (min-width:768px){
		.relblog  img {
		height: 130px !important;
	}
}

@media screen and (max-width:1024px) and (min-width:992px){
		.relblog  img {
		height: 145px !important;
	}
}

@media screen and (max-width:1099px) and (min-width:1025px){
		.relblog  img {
		height: 180px !important;
	}
}

@media screen and (max-width:1199px) and (min-width:1100px){
		.relblog  img {
		height: 160px !important;
	}
}


@media screen and (max-width:1299px) and (min-width:1200px){
		.relblog  img {
		height: 190px !important;
	}
}

@media screen and (max-width:1399px) and (min-width:1300px){
		.relblog  img {
		height: 212px !important;
	}
}
@media screen and (max-width:1499px) and (min-width:1400px){
		.relblog  img {
		height: 225px !important;
	}
}


@media screen and (max-width:1599px) and (min-width:1500px){
		.relblog  img {
		height: 245px !important;
	}
}

@media screen and (max-width:1679px) and (min-width:1600px){
	.relblog  img {
    height: 280px !important;
}
}
@media screen and (min-width:1680px){
	.relblog  img{
		height:305px !important;
	}
}