.mountain-background-image {
    background-image: url('images/mountain_3-1-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: min(100%, 150vh);
    width: 100%;
    opacity: 0.25;
    position: absolute;
    top: 0;
    z-index: -1000;
    pointer-events: none;
    touch-action: none;
}

.no-grow {
    flex-grow: 0;
}

.pass-through {
    pointer-events: none;
    touch-action: none;
}

.overlay-element {
    pointer-events: auto;
    touch-action: auto;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

.mw-100 {
    max-width: 100px;
}

.mw-200 {
    max-width: 200px;
}

.mw-300 {
    max-width: 300px;
}

.mw-400 {
    max-width: 400px;
}

.mw-500 {
    max-width: 500px;
}

.mw-600 {
    max-width: 600px;
}

.mw-700 {
    max-width: 600px;
}

.mw-800 {
    max-width: 600px;
}

.p-4 {
    padding: 1rem;
}

.p-8 {
    padding: 2rem;
}
