﻿/* *** Default's *** */
/* ### ID's ### */
#menuRoomWrapperDiv{
    text-align: center; /* */
}
#menuRoomDiv{
    /*float:left; /* */
    /*width: auto; /* */
    position: relative; /* */
    display: inline-block; /* */
    /*background-color:green; /* */
}
#menuRoomImg{
    display: block; /* */
    /*width: auto; /* */
    /*height: auto; /* */
    max-width: 90%; /* */
    /*height: 80vh; /* */ 
    max-height: 80vh;  /* */
    /*min-height: 400px; /* */
    
}
#menuRoomPhotosHL{
    position: absolute; /* */
    left: 30%; /* */
    top: 17%; /* */
    height: 9.7%; /* */
    opacity: 0.3; /* */
}
#menuRoomPhotosHL:hover{
    opacity: 1.0; /* */
}
#menuRoomTheBandHL{
    position: absolute; /* */
    left: 3.6%; /* */
    top: 0%; /* */
    height: 29%; /* */
    opacity: 0.34; /* */
}
#menuRoomTheBandHL:hover{
    opacity: 1.0; /* */
}
#menuRoomSongsHL{
    position: absolute; /* */
    left: 28.1%; /* */
    top: 45%; /* */
    height: 19%; /* */
    opacity: 0.5; /* */
}
#menuRoomSongsHL:hover{
    opacity: 1.0; /* */
}
#menuRoomLinksHL{
    position: absolute; /* */
    left: 66.5%; /* */
    top: 42%; /* */
    height: 35%; /* */
    opacity: 0.34; /* */
}
#menuRoomLinksHL:hover{
    opacity: 1.0; /* */
}
#menuRoomVideosHL{
    position: absolute; /* */
    left: 51.7%; /* */
    top: 68.4%; /* */
    height: 6%; /* */
    opacity: 0.56; /* */
}
#menuRoomVideosHL:hover{
    opacity: 1.0; /* */
}
/* ... Class's ... */
.bufferDivs{
    float:left; /* */
    width: unset; /* */
    overflow:hidden; /* make sure div will not collapse */
    background-color:red; /* */
}