/* 
Theme Name: ŁKS Łódź Schools
Author: ŁKS Łódź
Author URI: https://lkslodz.pl
Version: 1.0
*/

.small-news-box img:not(.img-like) {
	width: 100%;
	border-radius: 3.5rem;
	aspect-ratio: 469/264;
	object-fit: cover;
}
@media(max-width: 767px) {
	.small-news-box img:not(.img-like) {
		border-radius: 15px;
	}
}