#block{
	width: 200px;
	height: 130px;
	position: relative;
	z-index: 99;
	margin-top: -150px;
	border: 1px solid #c0c0c0;
}
#block img{
	width: 100%;
	height: 100%;
}
.Room{
    position: absolute;
    top: 5%;
    left: 3.0%;
    right: 10px;
    bottom: 10px;
    background-color: rgba(245,102,108, 0.6);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
}

