@font-face {
    font-family: 'GillSans';
    font-display: auto;
    src: url('https://tophotels.ru/csstx/fonts/GillSans/GillSansProCyrillic-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

.top5-whitehills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    margin-bottom: 25px;
    background: #eeeeee;
    color: #ffffff !important;
    font-weight: bold;
    border-radius: 5px;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 30px 0 15px 0;
    font-family: 'GillSans', sans-serif;
}

.top5-whitehills picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.top5-whitehills picture {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
}

.top5-whitehills span {
    position: relative;
    z-index: 3;
    font-size: 30px;
}

.top5-whitehills::before {
    content: '';
    background: url(https://tophotels.ru/csstx/images/top5/top5-whitehills-logo.svg) center/200px no-repeat;
    height: 65px;
    width: 100%;
    position: relative;
    z-index: 3;
    display: block;
}

@media screen and (max-width: 767px) {
    .top5-whitehills {
        height: 180px;
        padding-top: 20px;
    }

    .top5-whitehills::before {
        position: relative;
        top: 0;
        width: 100%;
        background-position: center;
        left: 0;
        height: 50px;
        background-size: 130px;
    }

    .top5-whitehills span {
        font-size: 14px;
    }
}