@media screen and (max-width: 767px) {
    .sale {
        margin: 0;
    }
    .sale .endsale {
        top: 0;
        background: rgba(0, 0, 0, 0.7);
    }
    .sale .endsaletext {
        top: 50%;
        left: 50%;
        font-size: 7vw;
        text-wrap-mode: nowrap;
        text-decoration: line-through;
        text-decoration-color: red;
        transform: translate(-50%, -50%) rotate(-40deg);
    }
    .sale h2 {
        text-decoration: underline;
        text-decoration-color: #008000;
    }
    .sale img {
        margin: 0;
        float: none;
        width: 100%;
        height: 140px;
        max-height: none;
        border-radius: 0 !important;
    }
    .sale hr {
        display: none;
    }
    .sale .actions_desc {
        margin: 20px 0;
    }
    .sale .actions_desc p {
        text-align: left !important;
        color: black !important;
        font-size: 4vw !important;
        line-height: 1.2em;
    }
    .sale .actions_desc p:not(:last-child) {
        margin-bottom: 16px;
    }
}