.walk-through {
    width: 100%;
    display: none;
    background-image: url('../../../img/layout/features-and-amenities/bg-even.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}   
.walk-through__iframe {
    position: relative;
    padding: 0;
    width: 100%;
}
.walk-through__iframe::before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, .39);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: opacity .7s, visibility .7s;
    -o-transition: opacity .7s, visibility .7s;
    transition: opacity .7s, visibility .7s;
}
.hide-controls .walk-through__iframe::before {
    opacity: 0;
    visibility: hidden;
}
.walk-through__controls {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: opacity .7s, visibility .7s;
    -o-transition: opacity .7s, visibility .7s;
    transition: opacity .7s, visibility .7s;
}
.hide-controls .walk-through__controls {
    opacity: 0;
    visibility: hidden;
}
.walk-through__play {
    display: inline-block;
}
.walk-through__play i {
    color: #fff;
}
.walk-through__text {
    color: #FFFFFF;
    font-family: Helvetica;
    text-align: center;
}
@media only screen 
and (min-width : 961px) {
    .walk-through {
        margin-top: -11.4rem;
    }
    .walk-through__row {
        padding: 5.6rem 5.1rem 5.9rem 5.1rem;
    }
    .walk-through__iframe {
        height: 77.2rem;
    }
    .walk-through__play {
        margin-bottom: 2.3rem;
    }
    .walk-through__text {
        font-size: 1.6rem;
        letter-spacing: .05em;
        line-height: 1.18em;
    }

}   
@media only screen 
and (max-width : 961px) {
    .walk-through {
        margin-top: -3rem;
    }
    .walk-through__row {
        padding: 2.5rem 2rem 2.5rem 2rem;
    }
    .walk-through__iframe {
        height: 35rem;
    }
    .walk-through__play {
        margin-bottom: 2.3rem;
    }
    .walk-through__text {
        font-size: 1.6rem;
        letter-spacing: .05em;
        line-height: 1.18em;
    }
}