/* SVG FIX */

.ie9 img[src$=".svg"],
img[src$=".svg"] {
	width: 100%;
	height: auto;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	img[src$=".svg"] {
		width: 100%;
		height: auto;
	}
}
