footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
}

#before-after {
    background: url("../static/image/UMEKITA-Panorama/BEFORE-AFTER/floorPlanDisplay.png");
    width: calc(1020px / 4);
    height: calc(128px / 4);
    margin-bottom: -0.5rem;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    cursor: pointer !important;
    transition: all 0.3s;
}

.before-after-select {
    background: url("../static/image/UMEKITA-Panorama/BEFORE-AFTER/hidePlanDisplay.png") !important;
}

#scene-section {
    background: url("../static/image/scene/scene-bg.png");
    width: 544px;
    height: 228px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -35%) scale(0.3);
    font-size: 2rem;
    transition: all 0.5s;
}

#scene1-section {
    background: url("../static/image/scene/scene-bg1.png");
    width: 724px;
    height: 228px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -35%) scale(0.3);
    font-size: 2rem;
    transition: all 0.5s;
}

.scene-section-select {
    transform: translate(-50%, -35%) translateY(-100%) scale(0.3) !important;
}

.scene-button {
    background: url("../static/image/scene/white-circle.png");
    width: 96px;
    height: 96px;
    margin-bottom: -3rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    border-radius: 50%;
    text-align: center;
    line-height: 96px;
    font-size: 40px;
}

.scene-button-select {
    background: url("../static/image/scene/green-circle.png") !important;
    color: white;
}

.option-select {
    transform: translate(-50%, calc(-100% + 90px)) scale(0.3) !important;
}

.option-button {
    display: flex;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    /* gap: 2px; */
    position: absolute;
    right: calc(50% - 35px);
    bottom: calc(0% - 35px);
    border-radius: 50%;
    background: #FFF;
    transition: all 0.3s;
}

.option-button-select {
    transform: rotate(180deg);
}

.option-button svg {
    width: 40px;
    height: 25px;
    flex-shrink: 0;
    stroke-width: 2px;
    stroke: #C5CEB5;
}

@media (max-width: 991px) and (max-height: 568px) {
    #before-after {
        transform: scale(0.4);
        /* margin-bottom: 3px; */
    }
}