.la-casa-slider__inner {
    width: 100vw;
    max-width: 100%;
}

.la-casa-slider__inner img {
    width: 100%;
    height: auto;
}

/**
 * Glide Slider CSS customization
 */

.glide__bullets {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.glide__bullet,
.glide__bullet:hover,
.glide__bullet:focus {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    border: 2px solid #fff;
    padding: 0;
    margin: 0;
    transition: background-color 0.3s ease;
}

.glide__bullet.glide__bullet--active,
.glide__bullet:hover {
    background-color: #fff;
}