.region-top-page img {
width:100%;
}

.user-logged-in .region-top-page img {
    position: absolute;
}

.view-slideshow .field--name-body {
    width: 100vw;
}

@media (min-width: 48rem) {
    .view-slideshow .field--name-body {
        width: 50vw;
    }
}