@charset "UTF-8";

a#icon+div img {
    object-fit: contain;
    max-height: 125px !important;
    margin-top: 15px;
    width: 87% !important;
}

@media screen and (max-width: 900px) {
	a#icon+div img {
		max-height: 100px !important;
	}
}

@media screen and (max-width: 900px) {
	a#icon+div img {
             width: 90% !important;
	}
}