div.banner {
	height:30vh;
background: rgb(106,130,255);
background: radial-gradient(circle, rgba(106,130,255,1) 0%, rgba(70,252,221,1) 100%);
	position: relative;
}

.banner .bannerdiscount{
	position: absolute;
	width:fit-content;
	top:-0.5em;
	left:30px;
	font-size: 2em;
	padding:10px;
	background-color: #FFA686;
	font-weight: bold;
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.banner .fridge {
	position: absolute;
	bottom: 0;
	height: 25vh;
	right:20%;
	z-index: 1;
}

.banner .master {
	position: absolute;
	bottom: 0;
	height: 25vh;
	left:20%;
	z-index: 1;
}

.bannercontent {
	z-index: 2;
	position: relative;
}

.banner_html {
	overflow: hidden;
}

.callnow span {
	padding:5px;
	background-color: #39375B;
	color:white;
}