.widgetCarousel{    
    display: block;
    position: relative;
}
.widgetCarouselToEdit:hover:before,
.widgetCarouselToSave:before{
    z-index: -1;
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    display: block;
    border-style: dashed;
    border-width: 2px;
    margin: -5px;
}

.widgetCarouselToEdit:hover:before{
    border-color: #E1E1E1;
}

.widgetCarouselToSave:before{
    border-color: #f1c523;
}

.widgetCarouselOverlay {
    z-index: 10;
    position: absolute;
    display: block;
    top: 30px;
    bottom: 0;
    right: 10px;
    height: 0%;
}