 @media (max-width: 1024px){
    .memory-section .dot{
        right: -1rem;
    }
    .memory-section .row:nth-child(even) .dot {
    left: -1rem;
}
}
    @media (max-width: 980px){
    .memory-section .img {
    width: 100%;
    position: relative;
     padding:0px;
}
.memory-section .memory-image img{
    width: 100%;
    height: 400px;
    max-width: 100%;
     padding:0px;
}
.memory-image {
    height: 400px;
    margin-bottom: var(--m30);
    padding:0px;
}
.memory-section .content {
    width: 100%;
     padding:0px;
}
.memory-section .dot{
    display:none;
}
.memory-section .row, .row .rev {
    margin-bottom: 3rem;
}
.memory-section .rev{
    flex-direction: column-reverse;
}
.memory-section .memory-item{
    min-height: auto;
}
.memory-section .memory-item .memory-content{
    max-height: 315px;
    overflow: hidden;
}
}
@media (max-width: 540px){
    .memory-section .memory-image img, .memory-image{
         height: 300px;
    }
    .memory-section h2 {
    font-size: var(--f26);
    }
    .memory-section .row, .row .rev {
    margin-bottom: 2rem;
}
section.virtual-tour .col-6 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0px;
}
section.virtual-tour p{
    font-size: var(--f16);
}
figure.snip1176 figcaption{
    left: 9%;
    right: 9%;
}
figure.snip1176 img{
    height: 350px;
}
.col-6.virtual iframe {
    height: 350px !important;
    margin-top: 20px;
}
}
@media (max-width: 360px){
    .memory-section h2 {
    font-size: var(--f24);
}
}