.img-4x3 {
	aspect-ratio:4/3;
width:100%;
object-fit:cover;
}
.img-1x1 {
	aspect-ratio:1;
width:100%;
object-fit:cover;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
