figure.snip1176 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 0px;
    max-height: 400px;
    width: 100%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  figure.snip1176 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  figure.snip1176 img {
    width: 100%;
    position: relative;
    object-fit: cover;
    height: 400px;
  }
  .title-screen h3{
display: none !important;
  }
  figure.snip1176 figcaption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 13%;
    right: 13%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-width: 0px 1px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  figure.snip1176 h2 {
    padding: 15px 20px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -1px;
    color: var(--white-color);
  }
  figure.snip1176 h2 span {
    font-weight: 800;
  }
  figure.snip1176 .icon,
  figure.snip1176 .caption {
    overflow: hidden;
    width: 100%;
    position: absolute;
  }
  figure.snip1176 .icon {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 0;
  }
  figure.snip1176 .caption {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    bottom: 0;
  }
  figure.snip1176 p,
  figure.snip1176 .icon span {
    display: table;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    text-align: center;
    width: auto;
    color: rgba(255, 255, 255, 0);
    font-size: 0.8em;
  }
  figure.snip1176 p:before,
  figure.snip1176 .icon span:before,
  figure.snip1176 p:after,
  figure.snip1176 .icon span:after {
    position: absolute;
    height: 1px;
    content: '';
    background: white;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  figure.snip1176 .icon span:before,
  figure.snip1176 .icon span:after {
    width: 1000%;
    top: 50%;
  }
  figure.snip1176 .icon span:before {
    left: -1000%;
  }
  figure.snip1176 .icon span:after {
    right: -1000%;
  }
  figure.snip1176 i {
    color: white;
    font-size: 30px;
  }
  figure.snip1176 p:before,
  figure.snip1176 p:after {
    width: 150%;
    bottom: 50%;
  }
  figure.snip1176 p:before {
    left: -100%;
  }
  figure.snip1176 p:after {
    right: -100%;
  }
  figure.snip1176 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  figure.snip1176:hover img,
  figure.snip1176.hover img {
    opacity: 0.15;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  figure.snip1176 p{
     opacity: 0;
  }
  figure.snip1176:hover p,
  figure.snip1176.hover p {
    opacity: 1;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    color: #ffffff;
  }
  figure.snip1176:hover p:before,
  figure.snip1176.hover p:before {
    left: -150%;
  }
  figure.snip1176:hover p:after,
  figure.snip1176.hover p:after {
    right: -150%;
  }
  section.virtual-tour h3{
color: var(--black-color);
text-align: center;
margin-bottom: var(--m40);
  }
  section.virtual-tour p{
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 0;
    font-size: var(--f19);
   
      }
      .col-6.virtual iframe{
        height: 400px !important;
      }
      section.virtual-tour .row{
        margin-bottom: 20px;
      }
      
      .memory-section .row, .row .rev{
    margin-bottom: 6rem;
}

.memory-section .memory-image img{
    width: 110%;
    display: block;
    height: 650px;
    object-fit: cover;
    box-shadow: 0px 0px 4px #060606;
    max-width: 107%;
    position: absolute;
}
.memory-section .img {
    width: 58.33333333%;
    position: relative;
}
.memory-section .content {
    width: 41.66666667%;
    position: relative;
    display: flex;
    align-items: center;
}

.memory-section .memory-item {
    position: relative;
    box-shadow: 0px 0px 5px #060606;
    right: 0;
    top: 0px;
    background: #fff;
    min-height: 435px;
    z-index: 1;
    padding: var(--p20);
    height: auto;
}
.memory-section h2{
    font-size: var(--f30);
    margin-bottom: var(--m10);
}
.memory-section h2 a{
    font-family: var(--secondary-font);
}
.memory-section .dot {
    position: absolute;
    right: -2rem;
    bottom: -3.6rem;
    left: auto;
    text-align: end;
    width: fit-content;
}

.memory-section .rev .memory-image img{
    right:0px;
}
.memory-section .row:nth-child(even) .dot {
    left: -2rem;
}

.memory-image {
    height: 650px;
    position: relative;
}
.row.align-items-center {
    margin: 0;
}