@media only screen and (max-width:480px){
	.icbackground{
		margin-top:50%;
	}
	.padding{
			padding: 1px 5px;
		}
	.hformmargin{
			position: absolute;
			top:36%;
			left:0%;
			font-size: 10px;
	
		}
	.atsize{
			font-size:2em;
		}
	.aabsolute{
			position:absolute;
			top:43.5%;
			left:0%;
		}
	.countsize{
		font-size:12px;
		color: white;
	}
	.sSize{
		font-size: 12px;
	}
	.bIheight{
		height:200px;
	}
	.babsolute{
		position: absolute;
		top:42.5%;
		left:0%;
	}
	
	 /*Image overlay slide*/
	
	 .carmain {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 527px;
  height: 400px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 4%;
  right: 0;
  background-color:rgba(0,0,0,0.3);
  overflow: hidden;
  width:331px;
  height: 100%;
   
}

.cursor:hover .overlay {
  height:100%;
}

.text {
  color: white;
  position: absolute;
  top: 86%;
  left: 30%;
  
  
}
.price {
  color: white;
  position: absolute;
  top: 80%;
  left:80%;
 
  
}

	
}

@media only screen and (min-width:760px) and (max-width:900px){
	.hformmargin{
			position: absolute;
			top:13%;
			left:10%;
			font-size: 10px;
	
		}
	.textabs{
			position: absolute;
			top:75%;
			left:10%;
		}
	.aabsolute{
			position:absolute;
			top:19%;
			left:2%;
		}
	.atsize{
			font-size:4em;
		}
	.formsize {
	padding: 9px 9px;
	}
	.babsolute {
    position: absolute;
    top: 17%;
    left: 4%;
	}
	.servicefont{
		font-size: 11px;
		
	}
	.aboutfont{
		font-size:10px;
	}
	
	 /*Image overlay slide*/
	
	 .carmain {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 527px;
  height: 400px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 4%;
  right: 0;
  background-color:rgba(0,0,0,0.3);
  overflow: hidden;
  width:331px;
  height: 100%;
   
}

.cursor:hover .overlay {
  height:100%;
}

.text {
  color: white;
  position: absolute;
  top: 86%;
  left: 30%;
  
  
}
.price {
  color: white;
  position: absolute;
  top: 80%;
  left:80%;
 
  
}
	
}