@media screen and (max-width: 1200px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .banner {
    border-bottom: #00000036 dashed 1px;
  }

  .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .intro {
    display: flex;
    flex-direction: column;
    width: 100vw;
  }

  .intro h1 {
    display: block;
    font-size: 22px;
    height: fit-content;
    padding: 4% 6% 0% 6%;
    margin-top: 0;
    line-height: 1.3em;
  }

  .intro span {
    display: block;
    margin: 0;
    padding: 0% 6% 0% 6%;
    font-size: 13px;
    margin-top: 5.5px;
  }

  .business_hours_title {
    display: flex;
    padding: 0% 6% 0% 6%;
    margin-top: 0;
    margin-bottom: 12px;
    align-items: center;
  }

  .business_hours_title>span {
    display: inline-block;
    padding: 0%;
    font-size: 14px;
  }

  .business_hours_title>span:nth-child(1) {
    font-weight: 700;
    font-size: 14px;
    padding-right: 8px;
  }

  .business_hours_toggle {
    width: 25px;
    height: 13px;
    margin-top: 2.6px;
  }

  .info_wrapper {
    flex-direction: column;
  }

  .listingImage {
    display: flex;
    flex-direction: column;
    max-height: 500px;
    gap: 10px;
  }

  .coverImageContainer {
    width: 100%;
    border-radius: 0;
    height: 180px;
  }

  .coverImage {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
  }

  .coverImageContainer .see_all_image {
    display: block;
    position: absolute;
    width: fit-content;
    bottom: 3%;
    right: 2%;
    font-size: 15px;
    font-weight: 500;
    fill: #ffffff;
    color: #ffffff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ffffff;
    border-radius: 11px 11px 11px 11px;
    padding: 8px 23px 8px 23px;
    margin: 7px;
  }

  .otherImageContainer {
    display: none;
  }

  .reviews {
    width: 100%;
    padding: 0% 6% 0% 6%;
  }

  .reviews h2 {
    font-size: 21px;
    margin-top: 0px;
    padding-top: 2px;
    padding-bottom: 6.45px;
    margin-bottom: 0;
  }

  .reviews span {
    font-size: 13px;
    -webkit-text-stroke-width: 0px;
  }

  span.avg_rating {
    font-size: 21px;
  }

  h2.avg_rating_header {
    font-size: 14px;
  }

  h2.avg_rating_header:nth-of-type(2) {
    font-size: 13px;
    -webkit-text-stroke-width: 0.5px;
    stroke-width: 0.5px;
    -webkit-text-stroke-color: #222222;
    stroke: #222222;
  }

  h2.ratings {
    font-size: 13px;
    padding-top: 17px;
    margin-top: 0;
    padding-bottom: 11.5px;
  }

  .listing_info {
    width: 100%;
    padding: 0% 6% 0% 6%;
  }

  .avg_rating_cat {
    width: 100%;
    margin-bottom: -4px;
  }

  .avg_rating_cat span {
    font-size: 12px;
    width: 55%;
  }

  .divider hr {
    margin: 0;
    margin-top: 16px;
    padding-bottom: 4.5px;
  }

  .review_title h2 {
    margin: 0;
    padding-top: 7px;
    font-size: 14px;
    margin-bottom: -5px;
    line-height: 1.6em;
  }

  .single_review_avg {
    margin-top: -11.5px;
  }

  .single_review_avg .avg_rating {
    font-size: 18px;
  }

  .single_review_avg .avg_rating_header {
    font-size: 12px;
  }

  .avatar {
    width: 38px;
    height: 38px;
  }

  span.author {
    font-size: 14px;
  }

  span.review_date {
    font-size: 12px;
  }

  .gallery-items {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 27%;
    width: 100%;
    gap: 2%;
    margin-top: 27px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 9px;
  }

  .gallery-items div {
    width: 100%;
    background-size: cover;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
  }

  .gallery-items {
    scrollbar-color: transparent transparent;
  }

  .gallery-items::-webkit-scrollbar {
    height: 0px;
  }

  .gallery-items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }

  .gallery-items::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }

  .gallery-items::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0);
  }

  .pagination_num {
    width: 36px;
    height: 0;
  }

  .pagination_num div {
    font-size: 14px;
    height: 18.66px;
    width: 18.66px;
    line-height: 18.66px;
  }

  .fa-arrow-left:before,
  .fa-arrow-right:before {
    font-size: 14px;
    vertical-align: middle;
  }

  .no_review h2 {
    font-size: 16px;
    padding-top: 20%;
  }

  .no_review p {
    font-size: 14px;
    line-height: 1.5em;
    padding-bottom: 14%;
  }

  .review_content {
    font-size: 14px;
    margin-bottom: -8px;
  }

  .business_info div {
    font-size: 13px;
    line-height: 1.6em;
  }

  .day_hour_row {
    gap: 10%;
  }

  .day_hour_row.active {
    display: flex;
    gap: 10%;
  }

  .day_hour_row .day {
    width: 30%;
    margin-right: 0px;
  }

  .day_hour_row .hours {
    width: 60%;
  }

  .business_info {
    border: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 5.5px;
  }

  .business_info h2 {
    font-weight: 700;
    line-height: 1.6em;
    -webkit-text-stroke-width: 0.5px;
    stroke-width: 0.5px;
    -webkit-text-stroke-color: #222222;
    stroke: #222222;
    padding-bottom: 3px;
    font-size: 21px;
  }

  .business_info.business_claim svg,
  .business_info.business_claim h2 {
    display: block;
  }

  .recommended {
    padding: 0% 6% 0% 6%;
  }

  .recommended_listings {
    flex-direction: column;
  }

  .single_listing {
    width: 100%;
    margin-bottom: 20px;
  }

  .recommended_title {
    font-size: 19px;
    margin-top: 16px;
    line-height: 1.3em;
  }

  .single_listing span {
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: -19px;
  }

  .recommended_rating {
    font-size: 14px;
    margin-bottom: -11px;
  }

  .recommended h2 {
    font-size: 19px;
    margin-top: 0;
    padding-top: 22px;
    margin-bottom: 22px;
  }

  .recommended>h2 {
    font-size: 21px;
  }

  .toggle-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    margin-left: 22px;
  }

  .toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: black;
    border-radius: 10px;
  }

  .swiper-pagination {
    display: none;
  }

  #full_screen_business_hours_container {
    display: none;
  }

  #full_screen_background {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(34, 34, 34, 0.95);
    z-index: 2;
  }

  #full_screen_background .business_info.business_hours {
    background-color: #fff;
    border-radius: 0;
    height: fit-content;
    width: 75vw;
    padding: 20px 28px 20px 28px;
    position: relative;
  }

  #full_screen_background .day_hour_row .day {
    font-size: 13px;
  }

  .close_business_hours {
    font-size: 28px !important;
    position: absolute;
    top: 0;
    right: 15px;
  }

  .form_title {
    font-size: 24px;
    text-align: left;
  }

  .claim_listing_form_container p {
    font-size: 15px;
    text-align: left;
  }

  #claim_listing_form {
    background-color: white;
    width: 100%;
    height: 100%;
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    border-radius: 0px;
    position: relative;
  }

  .claim_listing_form_container {
    padding: 10px 30px;
  }

  .claim_listing_form_container .button_container {
    padding-left: 30%;
  }

  .all_review_button {
    border: #00000036 dashed 1px;
    border-radius: 999px;
    padding: 14px 30px;
    margin-top: 29px;
    margin-bottom: -8px;
    font-size: 14px;
    line-height: 1.5em;
  }

  .breadcrumbs ul {
    padding: 0% 6% 0% 6%;
  }

  .breadcrumbs a.mobile-bread{
    display: flex;
    align-items: center;
    padding: 0% 6% 0% 6%;
  }

  .breadcrumbs a.mobile-bread span{
	  padding: 0;
  }

  .breadcrumbs span.left-arrow{
	  font-size: 20px;
	  margin-right: 10px;
  }

  .faq {
    padding: 0% 6% 0% 6%;
  }

  .faq h2 {
    font-size: 19px;
    margin-top: 0;
    padding-top: 22px;
    margin-bottom: 22px;
  }

  .faq-question {
    font-size: 14px;
  }

  .faq-question svg {
    height: 16px;
    width: 16px;
    flex-shrink: 0;
  }

  .faq-answer p {
    font-size: 14px;
  }

  .essential{
    padding: 0 6%;
    font-size: 20px;
  }
}