



.image{
    width: 100%;height: 600px;object-fit: cover;
    display: block;pointer-events: none;
}
.image.small{height: 150px;border-radius: 20px;width: 100%;object-fit: cover;}
.img-display{
    border-radius: 20px;
    overflow: hidden;
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase img{
    min-width: 100%;
}
.img-select{width: 100%;flex-direction: row;justify-content: center;align-items: center;gap: 10px;margin-top: 10px;
    display: flex;
}
.img-item{
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 0;
}
.img-item:hover{
    opacity: 0.8;
}