.bed_details {
    height: 260px;
    width: 100%;
}
.bed_list {
    width: 100%;
    text-align: center;
}
.bed_list a, .bed_list img {
    border: 0;
}
.bed_data {
    position: absolute;
    visibility: hidden;
    top: 100px;
    left: 100px;
}
.bed_name {
    height: 50px;
    font-weight: bold;
    color: #660000;
}

