 



body .coverPhotoWrap > .coverPhotoContent h2, .mainHeadings > h2, .footercontent h2, .hotelName h2 {
    display: none;
}

.coverPhotoWrap>.coverPhotoContent h3 {
    margin-bottom: auto !important;
}


.coverPhotoWrap>.coverPhotoContent .headingWrap {

    margin-top: 70px !important;
}

.coverPhotoWrap::after {
  /*  Modifica la transparencia del fondo del header */
	 background: rgba(234, 211, 211, 0.1) none repeat scroll 0 0 !important ;
  }

.hvr-radial-out {
  position: relative !important;
   }

@media only screen and (max-width: 480px)
  {
.coverPhotoWrap>.coverPhotoContent>.headingWrap>a {
    position: relative !important;
}
    
.coverPhotoWrap>.coverPhotoContent img {
    width: 95px;
}
    
.coverPhotoWrap>.coverPhotoContent {
    padding-top: 6px !important;
}
}
