.showroom {
   padding: 0px;
   position:absolute;
   top:0px;
   background-color: #797B7D;
   width: 1014px;
   min-height: 100%;
   height: auto !important;
   height: 100%;
   z-index: 2;
   text-align:center;
}

.showroom_close_btn {
   color:white;
   text-align:right;
   text-decoration: underline;
   margin: 0 auto;
   font-weight:bold;
   opacity: 1;
   cursor: pointer;
}