/*
Theme Name: S-plus
Description: Child theme for Bizlight used by splus-minoh.com.
Author: S-plus
Template: bizlight
Version: 1.0.1
Text Domain: splus
*/

@media screen and (min-width: 992px) {
	.wrap-blog .row-same-height {
		display: flex;
		flex-wrap: wrap;
	}

	.wrap-blog .single-thumb-container {
		display: flex;
	}

	.wrap-blog .single-thumb-inner {
		width: 100%;
	}

	.wrap-blog .single-thumb-image {
		height: 280px;
		width: 100%;
	}

	.wrap-blog .single-thumb-image > img {
		height: 100%;
		object-fit: cover;
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.wrap-blog .single-thumb-image {
		max-width: 560px;
		width: 100%;
	}

	.wrap-blog .single-thumb-image > img {
		height: auto;
		width: 100%;
	}
}
