.quickadd .add-video,
.quickadd .add-youtube,
.quickadd .add-map,
.quickadd .add-social,
.quickadd .add-image,
.quickadd .add-icon,
.quickadd .add-spacer,
.rte-icon,
.rte-fontfamily {
    display: none !important;
}

.editOverlayPage{
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 3400;
    display: none;
    min-width: 1000px;
    max-width: none;
    height: 100vh;
    width: 88%;
}

.editOverlayPage .card {
    height: 80%;
}

