@media screen and (min-width: 1200px) and (max-width: 1799px) {
    .eat-and-drink-small-blocks-a-caption {
        position: absolute;
        top: 20px;
        left: 50px;
        width: calc(100% - 100px);
    }

    .eat-and-drink-small-blocks-a-h4 {
        color: #ffffff;
        font-size: 30px;
        font-weight: normal;
    }

    .eat-and-drink-small-blocks-a-caption p.short_description-p {
        display: none;
    }

    .eat-and-drink-small-blocks-a1::before {
        content: "";
        position: absolute;
        top: 0;
        left: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 20px);
        background-color: rgba(44, 31, 22, 0.5);
        transition: .5s cubic-bezier(0.4, 0, 0.2, 1) all;
    }

    .eat-and-drink-small-blocks-a1:hover::before {
        width: calc(70%);
    }

    #eat-and-drink-flex-small-blocks > div {
        width: calc(100% / 3);
    }

    .eat-and-drink-small-blocks-a-h4 {
        color: #ffffff;
        font-size: 28px;
        font-weight: normal;
        margin: 0 0 10px 0;
    }

    .eat-and-drink-small-blocks-a-caption p {
        color: #ffffff;
        font-size: 15px;
        font-weight: normal;
        margin: 0 0 0 0;
    }
}