main {
    background-color: var(--ivoire);
    padding: 20px;
    border-radius: 10px;
}

@media (max-width: 640px) {
    main {
        border-radius: 0;
    }
}

.glide__slide {
    border-radius: .1666666667em;
    height: 150px;
    line-height: 150px;
    box-shadow: inset 0 0 0 2px hsla(0,0%,100%,.5);
    background: transparent;
}

.glide__slide img {
    border-radius: .1666666667em;
    background-repeat: no-repeat;
    object-fit: cover;
    width: 100%;
    height: 200px
}