/* Scss Document */
/* Reset */
/* general template styles that will change */
.rmwb_no-properties {
  text-align: center;
  font-size: 1.5em;
  padding: 1em;
}

.rmwb_detail-wrapper *, .rmwb_listing-wrapper * {
  box-sizing: border-box;
}

.rmwb_main-header h3 {
  width: 100%;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 400;
}

.rmwb_detail-wrapper h2, .rmwb_listing-wrapper h2 {
  width: 100%;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 400;
}

.rmwb_detail-wrapper h3 {
  width: 100%;
  font-weight: 400;
}

.rmwb_detail-wrapper ul, .rmwb_listing-wrapper ul {
  margin: 0;
  padding: 0;
}

/* end reset */
img {
  max-width: 100%;
}

.page-title.rmwb_page-title {
  min-height: 0;
}

.rmwb_detail-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: .5em;
  align-items: stretch;
  width: 90%;
  margin: auto;
}

.rmwb_detail-wrapper .rmwb_section {
  flex-basis: 47%;
  min-width: 400px;
  padding: 1em;
  flex: 1 1;
}

.rmwb_detail-wrapper .rmwb_section h3 {
  margin-bottom: auto;
}

.rmwb_detail-wrapper .rmwb_section.rmwb_header-section {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
}

.rmwb_detail-wrapper .rmwb_section.rmwb_header-section .rmwb_callout-links a {
  padding: 10px 20px;
  text-transform: uppercase;
  margin: .2em;
  border: none;
}

.rmwb_detail-wrapper .rmwb_section.rmwb_google-map-detail {
  flex-basis: 100%;
}

.rmwb_detail-wrapper .rmwb_additional-photos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rmwb_detail-wrapper .rmwb_additional-photos .rmwb_additional-photo {
  width: 24%;
}

.rmwb_detail-wrapper .rmwb_additional-photos .rmwb_additional-photo img {
  object-fit: cover;
  width: 100%;
  height: 100px;
  object-position: center;
}

.rmwb_detail-wrapper .rmwb_description {
  flex-basis: 100%;
  width: 100%;
  padding: 0 1em;
}

.rmwb_detail-wrapper .rmwb_amenities-section {
  margin-bottom: auto;
}

.rmwb_detail-wrapper .rmwb_amenities-section li {
  margin-left: 20px;
}

.rmwb_detail-wrapper .rmwb_amenities-section li {
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: stretch;
  margin: .25em 0;
  padding: .5em .2em;
  border-top: none;
  border-left: none;
  border-right: none;
}

.rmwb_detail-wrapper .rmwb_amenities-section li:last-child {
  border-bottom: none;
}

.rmwb_detail-wrapper .rmwb_additional-info-section {
  margin-bottom: auto;
}

.rmwb_detail-wrapper .rmwb_additional-info-section li {
  margin-left: 20px;
}

.rmwb_section .rmwb_main-photo a {
  border: none;
}

.rmwb_section .rmwb_main-photo img {
  width: 100%;
}

.rmwb_info-title {
  text-transform: uppercase;
}

.rmwb_important-info-section .rmwb_info-list li {
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #bbb;
  box-sizing: border-box;
}

.rmwb_important-info-section .rmwb_info-list li:last-child {
  border-bottom: none;
}

.rmwb_important-info-section .rmwb_info-list li .rmwb_info-title {
  box-sizing: border-box;
  padding: .5em;
  text-transform: uppercase;
}

.rmwb_important-info-section .rmwb_info-list li .rmwb_info-detail {
  padding: .5em;
  margin: 0 .2em;
}

.rmwb_important-info-section .rmwb_info-secondary-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
  list-style-type: none;
}

.rmwb_important-info-section .rmwb_info-secondary-list li {
  display: flex;
  flex-direction: column;
  flex-basis: calc(33% - 1em);
}

.rmwb_important-info-section .rmwb_info-secondary-list li .rmwb_info-title {
  padding: .5em;
}

.rmwb_important-info-section .rmwb_info-secondary-list li .rmwb_info-detail {
  padding: .5em;
  margin: 0 .2em;
}

.rmwb_video-tour {
  padding: 1em;
}

.rmwb_video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top: 25px; */
  height: 0;
}

.rmwb_video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rmwb_specials {
  font-weight: bold;
  padding: .5em;
}

#availability {
  padding: 0px;
}

.rmwb_row {
  padding: 5vh 50px;
}

@media screen and (min-width: 1700px) {
  .rmwb_row {
    padding: 5vh 100px;
  }
}

.rmwb_listings {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: auto;
}

.rmwb_listing-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 2em;
  align-items: stretch;
  width: calc(100% - 4.2em);
  border: .1em solid;
  box-sizing: border-box;
  border-color: #bbb;
  max-width: 600px;
}

@media screen and (min-width: 1200px) {
  .rmwb_listing-wrapper {
    width: calc(50% - 4.2em);
  }
}

@media screen and (min-width: 1700px) {
  .rmwb_listing-wrapper {
    width: calc(33.33% - 4.2em);
  }
}

.rmwb_listing-wrapper .rmwb_section {
  padding: 1em;
  flex-grow: 1;
}

.rmwb_listing-wrapper .rmwb_photo-section {
  flex-basis: calc(50% - 2em);
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
}

.rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo {
  width: 100%;
}

.rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo a {
  border: none;
}

.rmwb_listing-wrapper .rmwb_important-info-section {
  flex-basis: calc(50% - 2em);
  display: flex;
  flex-direction: column;
  padding: 1em;
  box-sizing: border-box;
  justify-content: flex-start;
}

.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list li {
  flex-direction: column;
}

.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list li span {
  padding: .5em;
  flex-grow: 1;
}

.rmwb_listing-wrapper .rmwb_description {
  padding: 0 20px;
  width: 100%;
}

.rmwb_listing-wrapper .rmwb_header-section {
  text-align: center;
}

.rmwb_listing-wrapper .rmwb_header-section h3 {
  font-size: 18px;
  text-align: center;
  padding: 10px 20px 5px;
}

.rmwb_listing-wrapper .more-details {
  /* Button styles from the main CSS document - have a general scss file that this can also import, with these type of styles */
  /*text-decoration:none;
    background-color: #eee; 
    padding: .5em 1em;
    color:black;
    display:inline-block;
    &:hover{
        background-color: #ddd;
    }*/
}

.rmwb_listing-wrapper .more-details:first-child {
  margin: auto 0 0 auto;
}

.rmwb_listing-wrapper .rmwb_detail-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0 1em 1em 1em;
  box-sizing: border-box;
  align-items: flex-end;
}

.rmwb_listing-wrapper .rmwb_detail-button-wrapper a {
  padding: 10px 20px;
  border: none;
  text-transform: uppercase;
  margin: 5px;
}

.rmwb_logo {
  height: 120px;
  text-align: center;
  width: 100%;
  padding: 1em;
}

.rmwb_logo img {
  height: 100%;
  width: auto;
}

.rmwb_contact-section {
  flex-basis: 100%;
}

.rmwb_contact-section h3 {
  padding: .5em 0;
}

.rmwb_option-2 .rmwb_detail-wrapper .rmwb_photo-section.rmwb_primary-photos {
  flex-basis: calc(50% - 2em);
}

.rmwb_option-2 .rmwb_detail-wrapper .rmwb_important-info-section {
  flex-basis: calc(50% - 2em);
}

.rmwb_option-2 .rmwb_info-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.rmwb_option-2 .rmwb_info-list li {
  flex-direction: column;
  border-bottom: none;
}

.rmwb_option-2 .rmwb_info-list li span {
  padding: .5em;
}

.rmwb_unit-listings-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rmwb_unit-listings-wrapper h3 {
  width: 100%;
}

.rmwb_paging {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: .5em;
  width: 100%;
}

.rmwb_loading {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 3em;
  padding: 1em;
  box-sizing: border-box;
}

.rmwb_view_more {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 1em;
}

.rmwb_view_more .view_more {
  padding: 10px 20px;
  border: none;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .rmwb_detail-wrapper .rmwb_section, .rmwb_option-2 .rmwb_detail-wrapper .rmwb_section, .rmwb_option-2 .rmwb_detail-wrapper .rmwb_amenities-section {
    min-width: 0;
    width: 100%;
    flex-basis: 100%;
  }
  .rmwb_detail-wrapper .rmwb_important-info-section .rmwb_info-list li .rmwb_info-title {
    min-width: 47%;
  }
  .rmwb_detail-wrapper .rmwb_section.rmwb_header-section {
    display: block;
    text-align: center;
  }
  .rmwb_detail-wrapper .rmwb_additional-photos .rmwb_additional-photo {
    height: 75px;
  }
  .rmwb_listing-wrapper .rmwb_photo-section {
    flex-basis: 100%;
  }
  .rmwb_listing-wrapper .rmwb_photo-section .rmwb_main-photo {
    width: 100%;
  }
  .rmwb_listing-wrapper .rmwb_important-info-section {
    flex-basis: 100%;
  }
  .rmwb_logo {
    text-align: center;
  }
  .rmwb_important-info-section .rmwb_info-list {
    justify-content: center;
  }
  .rmwb_important-info-section .rmwb_info-list li {
    flex-basis: 100%;
  }
  .rmwb_important-info-section .rmwb_info-secondary-list li {
    flex-basis: calc(50% - 1em);
  }
}

@media (max-width: 600px) {
  .rmwb_important-info-section .rmwb_info-secondary-list li {
    flex-basis: 100%;
  }
}

.rmwb_listings-wrapper {
  text-align: center;
}

.rmwb_listings-wrapper h2 {
  padding: 1rem;
}

.rmwb_listing_header {
  text-align: center;
}

/* Property List Styles */
img.main-prop-image {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

/* Unit List Styles */
.unitlist-title {
  font-weight: 800 !important;
}

.unitlist-image, .unitlist-rent, .unitlist-details, .unitlist_propname {
  width: 100%;
}

.unitlist-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
}

.unitlist-rent, .unitlist-details, .unitlist_propname {
  padding: 1em;
}

.unitlist-details {
  display: flex;
  gap: 1em;
  justify-content: center;
}

.unitlist-icon {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0.25em;
  font-size: 24px;
  flex-basis: 100%;
}

.unitlist-icon i {
  color: #5f646d;
}

h3.rent-amount {
  line-height: 1;
  margin: 0.5em 0px 0px !important;
  text-align: center;
}

span.rent-highlight {
  font-size: 30px;
  font-weight: 800;
}

.unitlist_propname {
  text-align: center;
}

.unitlist-detailbutton {
  background-color: #5f646d;
  color: #ffffff !important;
  border: 1px solid #5f646d;
}

.unitlist-detailbutton:hover {
  border: 1px solid #FFFFFF;
  text-decoration: none;
}

.unitlist-applybutton {
  background-color: #16181d;
  color: #ffffff !important;
  border: 1px solid #16181d;
}

.unitlist-applybutton:hover {
  border: 1px solid #FFFFFF;
  text-decoration: none;
}

.unitlist-buttons {
  display: flex;
  width: 100%;
}

.unitlist-detailbutton, .unitlist-applybutton {
  flex-basis: 100%;
  padding: 10px;
  text-align: center;
  height: 60px;
  align-self: flex-end;
  align-content: center;
}

a.unitlist-detaillink {
  border-bottom: none;
  transition: none !important;
}

a.unitlist-detaillink:hover {
  border-bottom: none;
  transition: none ease-in-out !important;
}

.unitlist-applybutton, .unitlist-detailbutton, .unitsearchbutton {
  text-transform: uppercase;
}

.unitlist-image {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.unitlist-video-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  width: auto;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: background 0.3s ease, transform 0.3s ease !important;
  z-index: 10;
  border-bottom: none !important;
  text-decoration: none !important;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 15px;
  flex-flow: row-reverse;
}

.unitlist-video-overlay i {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 20px;
}

i.fa-solid.fa-calendar-days {
  margin-left: 2px;
  margin-right: 0;
  order: 1;
}

.unitlist-video-overlay::after {
  content: "Video Tour Available";
  font-size: 14px;
  margin-left: 0;
  margin-right: 10px;
  opacity: 1;
  transition: opacity 0.3s ease;
  order: 1;
}

.unitlist-video-overlay:hover::after {
  opacity: 1;
}

.unitlist-special-banner {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: #d32f2f;
  color: white;
  padding: 8px 40px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 11;
  text-align: center;
  white-space: nowrap;
}

.unitlist-special-banner span {
  display: block;
}

.rmwb_main-photo img {
  height: 400px;
}

/* Unit List Slick Styling */
/* Carousel container */
.unitlist-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Slick arrow styling - overlaid on images */
.unitlist-carousel .slick-prev,
.unitlist-carousel .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.unitlist-carousel .slick-prev:hover,
.unitlist-carousel .slick-next:hover {
  background: rgba(0, 0, 0, 0.8);
}

.unitlist-carousel .slick-prev {
  left: 10px !important;
}

.unitlist-carousel .slick-next {
  right: 10px !important;
}

.unitlist-carousel .slick-prev:before,
.unitlist-carousel .slick-next:before {
  color: white !important;
  font-size: 26px !important;
  opacity: 1;
  top: 2px;
  position: relative;
}

/* Hide dots */
.unitlist-carousel .slick-dots {
  display: none !important;
}

.unitlist-carousel .carousel-slide {
  height: 400px;
  /* Set your desired height */
}

.unitlist-carousel .carousel-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Unit List Sort Styling */
.unitlist-sort-container {
  margin-bottom: 20px;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.unitlist-sort-container label {
  font-weight: 600;
  margin: 0;
}

.unitlist-sort-dropdown {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  background: white;
  cursor: pointer;
  font-family: 'Lato';
}

.unitlist-sort-dropdown:focus {
  outline: none;
  border-color: #5f646d;
}

/* Property Search Form Styles */
section.search-units-section {
  background-color: #00339b;
  color: #FFFFFF;
}

.max-wrap.search-form {
  display: flex;
  justify-content: center;
  padding: 1em;
}

select, input {
  padding: 5px 0.25em;
  margin: 0px 1em 0px 0.25em !important;
}

/* Unit Search Form Styles */
.unit-search-form {
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: flex-end;
  /* Changed from center to align the input fields */
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.form-group label {
  font-size: 14px;
  font-weight: bold;
}

input#availabledate {
  width: 150px;
  font-family: 'Lato';
}

.unit-search-form input,
.unit-search-form select {
  height: 40px;
  min-width: 80px;
  font-family: 'Lato';
}

.unit-search-form input[type="text"] {
  width: 100px;
  font-family: 'Lato';
}

.unit-search-form select#city {
  width: 150px;
}

.unitsearchbutton {
  background-color: #5f646d;
  color: #ffffff;
  border: 1px solid #5f646d;
  width: 200px;
  font-family: 'Lato';
}

.unitsearchbutton:hover {
  border: 1px solid #FFFFFF;
}

@media (max-width: 1000px) {
  .unit-search-form {
    flex-direction: column;
  }
  .unit-search-form input,
  .unit-search-form select {
    min-width: 90vw;
  }
  .unitsearchbutton {
    margin-top: 1em !important;
  }
}

/* Unit Details Styling */
.carousel {
  width: 100%;
  margin: auto;
}

.unitdetail-carousel button.slick-prev.slick-arrow {
  left: 30px !important;
}

.unit-detail-column-wrapper {
  display: flex;
  width: 100%;
}

.unit-detail-column-one {
  flex: 0 0 30%;
  background-color: #eeeeee;
}

.unit-detail-column-two {
  flex: 1;
}

.unit-detail-column-one, .unit-detail-column-two {
  padding: 1.5em;
}

.nobullets {
  list-style: none;
}

.nobullets li {
  margin-left: 2em;
}

.amen-flex {
  display: flex;
}

.amenities-list {
  width: 90%;
  margin: 1em auto;
}

ul.amenities {
  margin: 0.75em 1.25em;
}

.unit-amen, .prop-amen {
  width: 50%;
}

.unitlist_availability {
  text-align: center;
  width: 100%;
  padding: 1em;
  font-size: 22px;
}

@media (max-width: 1400px) {
  .rmwb_section.rmwb_header-section {
    flex-direction: column;
    text-align: center;
  }
  .rmwb_row {
    padding: 0px;
  }
}

@media (max-width: 650px) {
  .rmwb_callout-links {
    flex-direction: column;
    display: flex;
  }
  .unitlist-buttons {
    flex-direction: column;
  }
  .unitlist-applybutton, .unitlist-detailbutton {
    width: 100%;
  }
}

.contact-section {
  margin: 1em 0px;
  border-top: 1px solid gray;
  padding-top: 1em;
}

/* Unit Details Slick Styling */
/* Carousel container */
.unitdetail-carousel {
  position: relative;
}

.video-tour {
  margin: 1em 0px;
}

/* Slick arrow styling - overlaid on images */
.unitdetail-carousel .slick-prev,
.unitdetail-carousel .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.unitdetail-carousel .slick-prev:hover,
.unitdetail-carousel .slick-next:hover {
  background: rgba(0, 0, 0, 0.8);
}

.unitdetail-carousel .slick-prev {
  left: 20px;
}

.unitdetail-carousel .slick-next {
  right: 30px;
}

.unitdetail-carousel .slick-prev:before,
.unitdetail-carousel .slick-next:before {
  color: white !important;
  font-size: 26px !important;
  opacity: 1;
  top: 2px;
  position: relative;
}

.map-section {
  width: 100%;
  height: 100%;
  margin: auto;
}

/* Hide dots */
.unitdetail-carousel .slick-dots {
  display: none !important;
}

.unitdetail-carousel .carousel-slide {
  height: 600px;
  /* Set your desired height */
  padding: 0 10px;
  /* Adds 10px spacing on each side = 20px gap between images */
  box-sizing: border-box;
}

.unitdetail-carousel .carousel-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  margin: auto;
}

/* Guest Card Styling */
.fancybox__content {
  justify-content: center;
  height: 70vh;
  overflow: hidden !important;
}

/* Fancybox Modal Height Adjustments */
.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.7);
  /* Adjust background darkness if needed */
}

/* Remove extra spacing around the modal */
.fancybox__slide {
  padding: 0 !important;
  /* Removes vertical spacing above/below modal */
}

.fancybox__content {
  max-height: 90vh !important;
  overflow-y: auto;
  padding: 10px !important;
  margin: 0 !important;
  width: 90vw;
}

/* Vertically center the modal */
.fancybox__carousel {
  align-items: center !important;
}

.fancybox__content .rmGuestCardContainer {
  max-height: none !important;
  overflow-y: visible !important;
  overflow: visible !important;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 95%;
}

/* Remove extra spacing from the GuestCardForm itself */
.fancybox__content .rmGuestCardContainer form,
.fancybox__content .rmGuestCardContainer .guestcard-form {
  margin: 0 !important;
  padding: 10px !important;
}

/* Target common form wrapper classes that might add spacing */
.fancybox__content .rmGuestCardContainer > div {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove excessive spacing from form sections */
.fancybox__content .rmGuestCardContainer .form-section,
.fancybox__content .rmGuestCardContainer .form-group {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Aggressive approach to remove all extra vertical spacing */
.fancybox__content .rmGuestCardContainer * {
  box-sizing: border-box !important;
}

/* Target specific common classes that add spacing */
.fancybox__content .rmGuestCardContainer .container,
.fancybox__content .rmGuestCardContainer .wrapper,
.fancybox__content .rmGuestCardContainer .section {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Remove spacing from headers in the form */
.fancybox__content .rmGuestCardContainer h1,
.fancybox__content .rmGuestCardContainer h2,
.fancybox__content .rmGuestCardContainer h3,
.fancybox__content .rmGuestCardContainer h4 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* Compact form fields */
.fancybox__content .rmGuestCardContainer input,
.fancybox__content .rmGuestCardContainer select,
.fancybox__content .rmGuestCardContainer textarea {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

@media (max-width: 1000px) {
  .fancybox__content {
    height: auto !important;
  }
}
