/* Target mobile devices only */
@media only screen and (max-width: 850px){

    .able-wrapper.fullscreen {
        display: flex;
        align-items: center;
    }

    .able-wrapper.fullscreen .able {
        max-height: -webkit-fill-available;
    }

    .able-wrapper.fullscreen .able-captions {
        font-size: 1.35em !important;
    }
    
}

/* Make edit form compatible with Layout Paragraphs v.2.x */

#edit-field-content .able {
    z-index: 1
}
