.a-canvas {
    border-radius: 16px;
    height: 135% !important;
}

.modal-dialog {
    max-width: 95vw;
    max-height: 90vh;
}

.modal-content {
    height: auto;
    background: #201C24 !important;
    color: white !important;
}

.modal-body {
    height: 75vh;
    padding: 0;
    overflow: hidden;
}

.carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.carousel-item a-scene {
    width: 100%;
    height: 100%;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.close-manual {
    background: none;
    border: none;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: absolute;
    top: 15px;
    right: 20px;
}
