    
    .slideHeader {
        display: flex;
        align-self: flex-start;

        width: 100%;
        align-items: center;
        justify-content: center;
		margin-bottom:50px;
		text-decoration-line:overline;
		
    }

    .slideshow {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; /* Vertical centering */

        min-height: 100%;
        position: relative;
        margin: 0 0 0 0;
        padding: 20px 0 20px 0;

        background-color: green;
    }

    .slideA {
        display: none;
        max-width: 1000px;
        width: calc(100% - 200px);
    }

    .slideB {
        display: none;
        max-width: 1000px;
        width: calc(100% - 200px);
    }

    .slideC {
        display: none;
        max-width: 1000px;
        width: calc(100% - 200px);
    }

    .slideD {
        display: none;
        max-width: 1000px;
        width: calc(100% - 200px);
    }

    .slidebuttonLeft {
        position: absolute;
        cursor: pointer;

        top: 50%;
        left: 25px;
        margin-top: -50px;
    }

    .slidebuttonRight {
        position: absolute;
        cursor: pointer;

        top: 50%;
        right: 25px;
        margin-top: -50px;
    }

    .sliderFlex {
        width: auto;
        display: flex;
        align-items: flex-start;
    }

    .sliderFlex img {
        padding-right: 15px;
    }

    .sliderFlex p {
        width: 100%;
    }

    @media screen and (min-width: 1150px) {
        .news-img {
            max-width: 700px;
        }

        .img-float {
            float: left;
            margin: 0 15px 0 0;
        }
    }

    @media screen and (max-width: 1150px) {
        .news-img {
            width: 100%;
        }
    }