.container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.container img {
    width: 100%;
}

.apply-button,
.download-button,
.share-button {
    cursor: pointer !important;
}


/*# sourceMappingURL=../../sourcemaps/promotion/healingTrip/healingTrip.css.map*/