/*
TODO: add all all image blocks here.
*/
.absolute-image-container--contact-logo{
	width:100px;
	height:100px;
}

.absolute-image-container--contact-logo .absolute-image-container__image{
	bottom:36px;
}

.absolute-image-container__image{
	width:inherit;
	position:absolute;
}

@media all and (max-width: 1690px) {
}

@media all and (max-width: 1280px) {

}

@media all and (max-width: 980px) {

}

@media all and (max-width: 736px) {
	.login-image{
		display:none;
	} 
}

@media all and (max-width: 480px) {
	
}