/* ========== img s ========== */

.width-full {
	width: 100%;
	height: auto;
}

.width-wide {
	width: auto;
	height: 100%;
}

.img-group>img {
	margin-bottom: 10px;
}

img:hover.scale {
	transform: scale(1.1, 1.1);
}

.scale:hover img {
	transform: scale(1.1, 1.1);
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.width-full-md {
		width: 100% !important;
		height: auto;
	}
	.width-wide-md {
		width: auto;
		height: 100% !important;
	}
}

@media (max-width: 767px) {
	.width-full-sm {
		width: 100% !important;
		height: auto;
	}
	.width-wide-sm {
		width: auto;
		height: 100% !important;
	}
}

@media (max-width: 479px) {
	.width-full-xs {
		width: 100% !important;
		height: auto;
	}
	.width-wide-xs {
		width: auto;
		height: 100% !important;
	}
}

@media (max-width: 319px) {}


/* ========== img e ========== */