.fwass-slider {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
}

.fwass-viewport {
    width: 100%;
    height: var(--fwass-height, 320px);
    overflow: hidden;
    position: relative;
}

.fwass-track {
    display: flex;
    align-items: stretch;
    height: 100%;
    will-change: transform;
}

.fwass-slide {
    flex: 0 0 auto;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
}

.fwass-slide img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
    max-width: none;
}

