.card {
    margin: 10px 5px;
}

.card > .card-body > .btn-primary {
    position: absolute!important;
    bottom: 10px!important;
    left: 50%;
    transform: translateX(-50%) !important;
    text-wrap: nowrap;
}


.landing-image-yoga {
    background: url(../images/yoga.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card-img-top {
    width: 100%;
    height: 25vh;
    object-fit: cover;
}

.pink {
    position: relative;
    height: 60px;
    margin-bottom: -60px;
}

#room {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: 50% 65%;
}