
.resort-slider .resort-slider-content h1::before {
    content: "";
    position
The position CSS property sets how an element is positioned in a document. The top, right, bottom, and left properties determine the final location of positioned elements.
Learn more
Don't show
: absolute;
    top: 55px;
    left: 50%;
    transform: translate(-50%);
    width: 570px;
    height: 62px;
    background-image: none;
    background-size: contain;
    -webkit-background-size: contain;
    background-repeat: no-repeat;
}