#index-banner-container {
    aspect-ratio: 1296 / 583;
}

#rhombus {
    width: 400px;
    height: 400px;
    background-color: rgba(var(--theme-color-dark), 0.7);
}

#rhombus-content {
    width: 141%;
    height: 107%;
    font-size: 2.5em;
    transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    color: white;
}

#rhombus-line {
    height: 3px;
    width: 200px;
    background-color: white;
}

.index-image-menu {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 10% 10% 5% 5%!important;
}

.index-image-menu-text {
    top: 86%;
    font-size: 2.5em;
}

.index-image-menu-line {
    background-color: var(--background-color);
    width: 360px;
    height: 3px;
}

.index-image-menu:hover .index-image-menu-line {
    background-color: var(--theme-color-light);
}

#index-map {
    aspect-ratio: 3 / 2;
}

@media (min-width: 992px) {
    #index-map {
        aspect-ratio: 5 / 2;
    }
}