@layer pages {
  .contactus_wrapper {
    padding-top: 1.5rem;
  }


  .contactus_wrapper>.row {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .contactus_wrapper .leftwrapper {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contactus_wrapper .rightwrapper {
    width: 100%;
    /*width: 50%;*/
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contactus_wrapper .leftwrapper .row {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 1rem;
  }

  .contactus_wrapper .leftwrapper .row>div {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contactus_wrapper .leftwrapper .row>div:first-child {
    font-weight: 400;
    width: 22%;

  }

  .contactus_wrapper .leftwrapper .row>div:last-child {
    width: 78%;
  }

  .rightwrapper .my_caption {
    margin-top: 0.5rem;
    text-align: right;
  }

  .contactus_wrapper .photoGalleryFull {
    max-width: none;
  }

  .contactus_map {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 100;
  }

  .contactus_huge_map .cover {
    text-align: center;
    position: relative;
    transform-origin: center top;
  }

  .contactinfo {
    position: absolute;
    width: 35%;
    display: table;
    top: 20px;

  }

  .contactinfo>div {
    display: table-row;
    font-weight: 600;
    font-size: 16.8px;
  }

  .contactinfo>div>div {
    display: table-cell;
  }

  .contactinfo>div>div:first-child {
    padding-right: 1.3rem;
    padding-bottom: 0.5rem;
    white-space: nowrap;
  }

  .mobile_info {
    display: none;
    position: relative;
    z-index: 500;
  }

  .location_title {
    font-weight: bold;
    font-size: 1.3rem;
    margin-left: 0.5rem;
    text-align: right;
  }
}