body {
    background-image: url(demo-hotel-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

iframe {
    height: 100vh;
    width: 100vw;
    margin: 0px;
    padding: 0px;
    border: none;
    position: absolute;
    left: 0px;
    top: 0px;
}

.title {
    font-size: 2em;
    color: #fff;
    margin-top: 60px;
    width: 100vw;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    position: absolute;
    top: 60px;
    width: 100%;
}

.title img {
    width: 50vw;
}