/* 
For custom headers on
 - https://thai.condos/properties

*/ 
#prop_header {
  min-height: 300px !important;
}

@media (max-width: 480px) {
  #prop_header {
  	min-height: 100px !important;
    max-height: auto; /* 100px; */
    
  }
  
  #prop_header > div > h1 {
  	margin-top: -20px;
  }
}