#hotel-features #hotel-availability article img.custom_amenity {
	margin-top: 5px;
	margin-right: 5px;
	opacity: 0.7
}
#hotel-features #hotel-availability article img.custom_amenity:hover {
	opacity: 1;
}
#hotel-features #hotel-availability .age-of-children {
	margin-top: 20px;
}
#hotel-features #hotel-amenities .custom_amenity {
	width: 42px;
	margin-right: 15px;
	display: inline-block;
	float: left;
}
#hotel-features #hotel-amenities .custom_amenity img {
	margin: 0 auto;
	display: block;
}

#video-view {
  display:none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
.overlay {
  background:rgba(51, 51, 51, 0.7);
  position: absolute;
  height:100%;
  width:100%;
  z-index:9999999;
}
.class-video {
  z-index:9999999999;
  position: fixed;
  top:20%;
  right:0;
  left:0;
  bottom:0;
  text-align: center;
}
.close-video {
    z-index: 9999999999999;
    position: fixed;
    top: 14%;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}
.ss-video-holder {
  margin-bottom:40px;
  max-width:520px;
}
.ss-video-holder a {
      max-width: 520px;
    display: block;
    position: relative;
    background: url(../../enviroscent.com/shopflow-1-04-0/img/Site/ss-living-room-holder.png) no-repeat;
    height: 299px;
    background-size: cover;
}
.ss-play-btn {
  position: absolute;
    top: 38%;
    max-width: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.video-title {
  font-size:1.3rem;
  text-align:center;
  margin-top:15px;
  font-weight:bold;
}
.video-time {
  font-size:.9rem;
  text-align:center;
  margin-top:5px;
  display: block;
  font-weight: light;
}
