div.boothBase{
    position:absolute;
    font-weight: 100;   
    cursor:pointer;
    overflow: hidden;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    text-align:center;
    font-family: "arial","Helvetica-neue",helvetica,sans-serif;  
    -webkit-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box;    /* Firefox, other Gecko */
    box-sizing: content-box;         /* Opera/IE 8+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
div.boothBase:hover{
    background: #3AADF4 !important;
    color: #FFF !important;
}
.img_logo_expo{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    width: 50%;
    height: auto;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
img.sponsor{
    max-width: 18%;
    float: right;
    max-height: 45%;
    position: absolute;
    padding-left: 2%;
    padding-bottom: 2%;
    right: 0px;
    top: 0px;
}
.imgStand{
    max-width: 96%;
    height: auto !important;
    max-height: 100%;
    background: #FFF;
    margin: auto;
    right: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
}
img.information_img {
    width: 55%;
    height: auto;
    max-height: 350px;
    max-width: 300px;
}