.webhapp-configurator-container {
    width: 100%;
    height: 100%;
}

.webhapp-configurator-container .webhapp-configurator-options-image {
    width: 100%;
    height: 100%;
    min-height: 436px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.webhapp-configurator-container .webhapp-configurator-options-image .webhapp-configurator-options-clear-button {
    font-size: 14px;
    padding: 8px 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.4s ease;
}

.webhapp-configurator-container .webhapp-configurator-options-image .webhapp-configurator-options-clear-button:hover {
    color: #fafafa;
}