
#sp-header
Specificity: (1,0,0)
 {
    height: 80px !important;
    width: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    opacity: 0.95;
    z-index: 9999;
    background-color: #fff;
    position: relative;
}

#sp-header .logo img {
    -webkit-transition
Shorthand property combines four of the transition properties into a single property.
: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    padding-top: 5px !important;
}.resort-slider .resort-slider-content h1::before {    content: "";    position: absolute;    top: 55px;    left: 50%;    transform: translate(-50%);    width: 0px;    height: 0px;    background-image: none !important;    background-size: contain;    -webkit-background-size: contain;    background-repeat: no-repeat;}