.slideshow-container-news {

    width:var(--contentwidth);

    margin:auto;

    position:relative;

    border-radius:1em;

    overflow:hidden;

}



.news-slideshow-pics {

    width:100%;

    padding-top:55%;

    background-size:contain !important;

    background-repeat:no-repeat !important;

    background-position:center !important;

}



.prev-slideshow,

.next-slideshow {

cursor: pointer;

    position: absolute;

    top:45%;

    font-weight: bold;

    font-size: 2em;

    width:1.4em;

    height:1.4em;

    transition: 0.6s ease;

    color: var(--baseColour);

    background:var(--baseColourInvert);

    z-index: 51;

    display:flex;

    justify-content:center;

}

.prev-slideshow:hover,

.next-slideshow:hover {

    color: var(--baseColourInvert);

    background:var(--baseColour);

}

.prev-slideshow {

    left:0;

}

.next-slideshow {

    right:0;

}
