@media only screen and (max-width: 767px) {

    /* Featured image */
    .featured-image {
        margin-top: -15px;
        margin-left: -15px;
        margin-right: -15px;
    }

    /* Single page */
    body.single-give_forms .give-wrap.container {
        max-width: 100%;
        margin-top: 15px;
    }

    body.give-donation-history #main.container,
    body.give-failed-transaction #main.container,
    body.give-success #main.container {
        max-width: 100%;
        margin-top: 20px !important;
    }

    [id*=give-form] div.give-form-content-wrap iframe {
        width: 100%;
        height: auto;
    }

    /* Share media sosial */
    #share-media-sosial {
        text-align: center;
        margin: 50px auto;
        font-size: 13px;
        width: 100%;
    }

    #share-media-sosial a {
        width: 100%;
        padding: 15px;
    }

    /* CTA */
    #give-recurring-form, form.give-form, form[id*=give-form] {
        margin: 0 -15px;
        padding: 25px 15px;
    }

    form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
        width: 100%;
    }
}