#temple-banteay-thom-header {
  background: url('../img/banteay_thom-3850.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  padding-top: 160px;
}



.new-arrival-container {
	max-width: 100%;
}



#about .col-md-6 {
  padding: 10px;
  padding-top: 0px;
  margin: 0;
}



/* media 960 */
@media ( max-width: 960px ) {

#temple-banteay-thom-header {
      min-height: 300px;
	  padding-top: 110px;
  }  
  #h1 {
    font-size: 30px;
  }  
}

/* media 720 */
@media ( max-width: 720px ) {

#temple-banteay-thom-header {
      min-height: 200px;
	  padding-top: 60px;
  }  
  #h1 {
    font-size: 30px;
  }
}
