@charset "utf-8";
/* CSS Document */
/*- - - - - - - - - - - - - - - - - - - - 
	MEDIA QUERY
- - - - - - - - - - - - - - - - - - - - */

@media (min-width: 1024px) and (max-width:1028px) {

.room-item{
		height:260px !important;
		
	}
.room-item img{
		height:auto !important;
		
	}	
 .room-item .overlay{
		padding: 15px 30px 20px;
		
	}	
  .price{
	  margin:10px;
  }
  .room-item .desc{
	  margin-top:10px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
	
	.room-item{
		height:285px !important;
		
	}
	
}

@media only screen and (max-width: 480px) {
		
	.room-item{
		height:285px !important;
	}
	
}

/* close media query */
