.hotel-name {
    color: #5e3bd1;
}

.hotel-photo1 {
    display: inline-block;
    width: 30%;
    margin: 5px;
    float: right;
}
  
.bookinglogo {
    background-color: #542579;
    border-radius: 10px;
    border: 3px solid #ffffff;
    box-shadow: 0 0 10px darkgrey;
    color: white;
    display: block;
    height: 65px;
    height: 65px;
    width: 200px;
    text-align: center;
    float: right;
}

.bookinglogo:hover {
 
    color: gold;
 
}

.iframe-rwd {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 640;
    height: 480;
    border: 4px double #ccc;
}

.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
