@media only screen and (max-width: 600px) {
    iframe {
        width: 100%;
        height: 1500px !important;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 600px) {
    iframe {
        width: 100%;
        height: 1500px !important;
    }
}

#lost-item-form > .content-card {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .25s ease;
    height: 1500px;
    overflow-y: scroll !important;
}