.reservations__section {
  position: relative;
}
.reservations__section h5 {
  /* position: absolute; */
  left: 0;
  right: 0;
  margin-bottom: 1rem;
}

.row_reservation_content{
    /* text-align: left; */
}

.iframe_inline_booking_form {
    max-width: 520px;
    background-color: transparent;
    /* margin-top: 80px; */
    /* height: calc(100vh - 110px); */
    margin-left: auto;
    width: 100%;
    display: block;
    height: 600px;
    overflow-x: hidden;
}

.col_reservation_content {
    /* margin-top: 74px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reservation_details {
    max-width: 500px;
}
#Reservations {
  /* cursor: pointer; */
}

.reservations__section .cover-container {
    display: flex;
    justify-content: center;
}

img.reservation-image {
  object-fit: cover;
  height: 100vh;
  cursor: pointer;
}
.cover-container__reservation {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0);
}

.reservations__section__content{
  position: absolute;
  width: 100%;
  top: 100px;
}

.reservations__section__content iframe{
  max-width: 515px;
  width: 100%;
  height: 765px;
}

/* Responsive Section */
@media (max-width: 480px){
  section.reservations__section,
  section.reservations__section .fp-tableCell{
    height: 311px;
    height: auto !important;
    display: block !important;
  }
  .cover-container__reservation {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
  }
  .col_reservation_content{
    /* margin-top: 105px; */
    padding-left: 3em;
    padding-right: 3em;
    /* margin-bottom: 2rem; */
  }
  .reservations__section .cover-container{
    padding: 30px 0 35px;
  }
}

@media screen and (min-width: 300px){
  .reservation_details {
    max-width: 100%;
  }
  .row_reservation_content{
    margin: 0;
  }
}


@media screen and (min-width: 650px){
  .reservation_details {
    max-width: 100%;
    text-align: center;
  }

  .reservations__section h5 {
    top: 55px;
  }

  .col_reservation_content {
    /* margin-top: 120px; */
  }
}

@media screen and (min-width: 768px){
  .reservations__section h5 {
    top: 0px;
  }
}

@media screen and (min-width: 800px){
  .reservations__section h5 {
    top: 18px;
  }
}

@media screen and (min-width: 1080px){
  .reservations__section h5{
    top:unset;
  }

  .reservation_details {
    max-width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .col_reservation_content {
    /* margin-top: 74px; */
    /* margin-top: calc(50vh - 260px); */
  }

  .iframe_inline_booking_form{
    /* height: calc(100vh - 100px); */
    /* margin-top: calc(50vh - 260px); */
  }
}

@media screen and (min-width: 1500px){
  .iframe_inline_booking_form{
    /* height: calc(100vh - 400px); */
    /* margin-top: calc(50vh - 260px); */
  }
}




