#slideshow .container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    height: 400px;
}


.slide_holder .slide_inner {
    min-height: 80vh;
    position: relative;
}

.slide_content {
    max-width: inherit;
    width: 100%;
    object-fit:inherit;
    position: relative;
    right: 0;
}

span.arrow.next, .slick-next {
    right: 10px;
    padding: 0;
}

    span.arrow.next i {
        margin: 0 1rem 0 0;
        padding-left: 14px;
        width: 18px;
        font-style: unset;
    }

span.arrow.prev,.slick-prev {
    left: 10px;
    padding: 0;
}

    span.arrow.prev i {
        margin: 0 1rem 0 0;
        padding-left: 3px;
        width: 18px;
        font-style: unset;
    }

.slider_wrapper {
    position: relative;
    height: inherit;
}

span.arrow, .wsu-c-button, .wsu-c-button--primary, .wsu-c-button a, .wsu-c-content .wsu-c-button, .wsu-c-content button {
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #262626;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    border-radius: 8px;
    border: none;
    color: #fff;
    background-color: BLACK;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    padding: .25em;
    -webkit-transition: -webkit-box-shadow .3s cubic-bezier(0,0,.03,1);
    transition: -webkit-box-shadow .3s cubic-bezier(0,0,.03,1);
    -o-transition: box-shadow .3s cubic-bezier(0,0,.03,1);
    transition: box-shadow .3s cubic-bezier(0,0,.03,1);
    transition: box-shadow .3s cubic-bezier(0,0,.03,1),-webkit-box-shadow .3s cubic-bezier(0,0,.03,1);
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    bottom: 50%;
}


.slider_wrapper:hover span.arrow {
    opacity: .5;
}

    .slider_wrapper:hover span.arrow:hover {
        opacity: .5;
    }
.slide_inner .caption {
    background-color: black;
    opacity: 0.85;
    color: white;
    visibility: visible;
    position: absolute;
    right: 0;
    bottom: 6%;
    line-height: 2.55;
    padding: 0 10px;
    height: 44px;
    width: 100%;
    text-align: center;
    font-size: 2.0vh;
    font-style: normal;
    margin: auto;
    left: 0;
    font-weight: bold;
    z-index: 9;
}

.slide--has-caption:hover .caption {
    visibility: visible !important;
    opacity: 1;
    cursor: pointer;
    pointer-events: none;
    z-index: 2;
}

.slick-list {
    height: inherit;
}
.slider {
    width: 90%;
    margin: 0 auto;
    height: inherit
}


.mySlides {
    padding:0;
}

.slide--has-caption {
    margin-bottom: 40px;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: gray webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 490px) {
    .slide_inner .caption {
       width: 96%;
       left: 0;
     }
}