.image-agent {
}

.image-agent.image-agent--auto-scaling {
	position: absolute;
	width: auto !important;
	height: auto !important;
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
	max-height: inherit;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	/*display: none;*/
}

/****************************************************************/

.image-agent:not(img) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.image-agent__container {
	position: relative;
	height: 100%;
}

.image-agent__controller {
	position: absolute;
	width: auto !important;
	height: auto !important;
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
	max-height: inherit;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.image-agent__img {
	position: relative !important;
	width: auto !important;
	height: auto !important;
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
	max-height: inherit;
}


.image-agent__controller.image-agent__controller--fill-width,
.image-agent__controller.image-agent__controller--fill-width .image-agent__img {
	width: 100% !important;
}

.image-agent__controller.image-agent__controller--fill-height,
.image-agent__controller.image-agent__controller--fill-height .image-agent__img {
	height: 100% !important;
}
