.block-livestorm-widget {
    margin-top: 80px;
}

@media (min-width: 600px) {
    .block-livestorm-widget {
        margin-top: 100px;
    }
}

@media (min-width: 984px) {
    .block-livestorm-widget {
        margin-top: 0;
    }
}

.livestorm-widget-container iframe {
    min-height: 1000px !important;
    height: 1000px !important;
}

@media (min-width: 600px) {
    .livestorm-widget-container iframe {
    min-height: 700px !important;
    height: 700px !important;
    }
}

@media (min-width: 1024px) {
    .livestorm-widget-container iframe {
        min-height: 1000px !important;
        height: 1000px !important;
    }
}

@media (min-width: 1280px) {
    .livestorm-widget-container iframe {
        min-height: 700px !important;
        height: 700px !important;
    }
}
