@media (max-device-width: 480px), (max-width: 950px) {

  body {
    -webkit-text-size-adjust: 100%;
    overflow: initial;
    
    --padding-lr: 20px;

      
    --text-big: 18px;
    --text-notbig: 16px;
    --line-height-big: 30px;
  }

  .desctop-only{
    display: none !important;
  }

  /* .home, .image-rotator{
    height: calc(var(--vh, 1vh) * 100);
  } */

  header, footer{
    padding: var(--padding-lr);
  }

  .mobile-only{
    display: inline-block;
  }
  header{
    display: block;
    text-align: center;
  }

  .logo{
    max-width: 230px;
  }
  
  .tigid-preloader__logo{
    width: calc(100% - 120px);
  }

  main{
    padding: 40px 0px;
  }

  .home-text{
    padding-top: 40px;
  }

  .home-sub-items{
    padding: 70px 20px 0px 20px;
    grid-template-columns: 100%;
    grid-row-gap: 50px;
  }

  .home-sub-image{
    height: auto;
  }

  .home-sub-image img{
    height: initial;
  }

  .home-sub-text{
    padding-bottom: 0px;
  }

  .home-gallery.mobile-only {
    padding: 70px 0px 0px 0px;
    display: block;
    margin: 0px;
  }

  .home-gallery-image:nth-child(3n + 2){
    transform: none;
  }

  .home-gallery-image {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .home-contact{
    margin: 0px;
    padding-top: 70px;
  }

  .copyright{
    display: none;
  }

  footer{
    display: block;
    text-align: center;
  }

  footer .right-side{
    text-align: center;
    justify-content: center;
  }

  .big-logo{
    padding-top: 60px;
  }

  .hidden-gallery{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
    background-color: var(--color-bg);
    padding: 20px;
    z-index: 101;
    font-size: 0px;
    line-height: 0px;
    letter-spacing: 0px;
  }

  .close-hidden-gallery{
    display: block;
    width: 100%;
    height: 50px;
    background-image: url(../img/CLOSE.svg);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .hidden-gallery-image{
    margin-bottom: 20px;
  }

  .booking-enquiry{
    align-items: initial;
    justify-content: initial;
    height: 100%;
    padding: 40px 20px;
  }

  .booking-enquiry form{
    padding: 20px;
    width: calc(100% - 40px);
    height: min-content;

    margin-bottom: 100px;
  }

  .booking-enquiry .inputs{
    grid-template-columns: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }

  .booking-enquiry .inputs.small {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .booking-enquiry .button{
    margin-top: 40px;
  }
  .booking-title{
    margin-bottom: 40px;
  }

  .booking-title, .home-sub-text h3{
    font-size: 24px;
  }


  .home-events{
    margin: 70px 0px;
  }

  .home-event{
    width: 100%;
    margin-top: 50px;
  }

  .big-event {
    transform: none;
    margin-left: 0px;
  }

  .home-event-text{
    padding: 20px 0px;
  }

  .home-event-text p{
    padding: 0px 30px;
  }

  .popup-out .item {
    padding: 0px;
  }

  .popup-out .item .title {
    height: 80px;
  }

  .popup-out .item .text {
    padding: 0px 10px 40px;
  }


  .book-mobile#book-a-table {
    display: inline-block !important;
  }

  .book-mobile#book-a-table {
    display: inline-block !important;
  }

  .book-mobile#book-a-table {
    display: inline-block !important;
  }

}