/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
 .components-panel__row_full-width {
    .components-custom-select-control {
        width: 100%;
    }
}
.block-editor-block-list__block {
    .device-wrapper {
        .device-wrapper__device {
            height: auto; // to fix bug with the media height in the editor
        }
    }
}