.profile-drop {
    position: absolute;
    background-color: #6c757d;
    width: 10.8em;
    color: white;
    right: 1em;
    height: 0em;
    transition:height .2s ease-in-out;
    overflow: hidden;
}.profile-drop li {
    cursor: pointer;
    padding: .5em;
    transition: background-color .2s ease-in-out;
} .profile-drop li:hover {
    background-color: #f4c024;
} .profile-drop-trigger:hover .profile-drop{
    height: 5em;
} .profile-drop a {
    text-decoration: none;
    color: white;
} .booking-dis > div{
    padding-top: .5em;
    padding-bottom: .5em;
} .img-displayer {
    position: relative;
    height: 70%;
    width: 80%;
    cursor: pointer;
} .img-displayer > .disp-overlay {
    position: absolute;
    cursor: pointer;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18pt;
    opacity: 0;
    transition: all .5s ease-in-out;
} .img-displayer > .disp-overlay:hover {
    opacity: 1;
}.album-fix-height > img {
    height: 430px;
    object-fit: cover;
}figure > .album-fix-height {
    height: 280px;
    object-fit: cover;
}.room-offer > .album-fix-height {
    height: 370px;
    object-fit: cover;
}

@media screen and (max-width: 540px) {
    .main-title-area .mob-font {
        font-size: 24px;
    } .subtext.mob-font {
        font-size: 14px;
    }
}