@media only screen and (max-height: 36em) {
  .tile_title h1{
    font-size: 25px;
    min-height: 25px;
  }
  .tile_title p{
    line-height: 1.2em;
    font-size: 15px;
  }
  .tile_title {
    top: 70px;
    padding: 6px 6px 6px 20px;
  }
  .rnd_gallery.big{
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform-origin:left top;
    -webkit-transform-origin:left top;
    -moz-transform-origin:left top;
    -ms-transform-origin:left top;
    -o-transform-origin:left top;
  }
  .rnd_gallery.big #images>table a span{
    font-size: 200%;
  }
  .files_container_2 br {
    display: none;
  }
  .promotion_block p>a{
    display: none !important;
  }
  .promotion_block {
    height: 90px !important;
  }
  .promotion_block img {
   height: 50px !important;
    width: auto !important; 
  }
  .promotion_block a {
    font-size: 14px !important;
  }
  .promotion_block h2 {
    margin-bottom: 0 !important;
    line-height: 1em !important;
  }
}
@media only screen and (max-height: 40em) {

  #nav_item>ul>li>ul {
    line-height: 15px !important;
  }
  #nav_item{
    margin-bottom: 15px;
    margin-top: -15px;
  }
  .files_container_2 br {
    display: none;
  }
  .booking_form p {
    margin: 3px 0;
  }

}