

.info {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}


.w {
  margin: 0 auto;
  white-space: nowrap;
	height:180px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5) url("../images/logo/gy-favicon.png") repeat fixed;
  background-position: 50% 100%;
  background-size: cover;
  position: relative;
  z-index: 5;
  font-size: 0;
}

.i {
	height:180px;
  display: inline-block;
  position: relative;
  z-index: 4;
  padding: 2px;
  transition: all 1.3s ease-in-out;
  background: rgba(66, 66, 66, 0.5) url("../images/logo/gulf_yachts_logo.jpg") repeat fixed;
  background-size: cover;
  background-position: 50% 100%;
  border-radius: 0%;
}
.i:hover {
  transition: all 0s linear;
  opacity: 0;
}

.h {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  top: 35px;
  font-size: 40px;
  text-shadow: 0 5px 17px rgba(87, 87, 80, 0.85);
}
