
#whereby-wrapper {
    position: relative;
    width: 800px;
    height: 600px;
    margin: auto;
    max-width: 100%;
}
#whereby-wrapper.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
#whereby-wrapper iframe {
    width: 100%;
    height: 100%;
}
#whereby-wrapper #whereby-expand {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}
#whereby-wrapper #time-remaining {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}
.page-node-type-whereby-room article {
    text-align: center;
}
.page-node-type-whereby-room #return-to {
    margin-bottom: 50px;
}