#slides {
    position: relative;
    right: -30%;
    width: 100%;
    max-width: 70%;
}

#slides img {
    position: absolute;
    top: 0px;
    width: 100%;
    display: block;
    margin-bottom: 2rem;
    border-radius: 40vw;
    z-index: 6;
    opacity: 1;
}


@media (min-width: 60em) {
    #slides {
        position: absolute; right: 0; max-width: 30rem;
    }
}