@media all and (max-width: 768px) {
    .et_pb_slide_description > h2.et_pb_slide_title > a {
        display: inline-block;
        font-size: 24px !important;
        line-height: 1.2em !important;
        }
    .et_pb_container {
        max-height: 75vh !important;
        }
    .et_pb_slide_content {
        line-height: 1.5em !important;
    }
}