.els-logo:after {
	content: ' ';
    display: block;
    position: absolute;
    top: 27px;
    left: 30px;
    width: 123px;
    height: 32px;
    background-color: #fff;
    background-image: url('../../images/MDY/logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
@supports (-ms-ime-align:auto) {
	/* MS Edge css */
	.els-logo::after {
		content: ' ';
	    display: block;
	    position: absolute;
	    top: 27px;
	    left: 30px;
        width: 123px;
    	height: 32px;
	    background-color: #fff;
	    background-image: url('../../images/MDY/logo.svg');
	    background-repeat: no-repeat;
	    background-size: contain;
	}
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	.els-logo::after {
		content: ' ';
	    display: block;
	    position: absolute;
	    top: 27px;
	    left: 30px;
	    width: 123px;
	    height: 32px;
	    background-color: #fff;
	    background-image: url('../../images/MDY/logo.svg');
	    background-repeat: no-repeat;
	    background-size: contain;
	}
}
/*Hero image- background image given by the product*/
.els-hero-image{
	background-image: url('../../images/MDY/page.jpg');
	background-color: #f5f5f5;
	background-size: cover;
	overflow: auto;
}
.emilSendLink{
    position: absolute;
    margin-top: 80px;
    text-align: center;
    min-width: 520px;
    overflow: hidden;
}
