body {
    /*font-family: "Open Sans", sans-serif;*/
}

h2 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
}

p {
    font-size: 1.1em;
    line-height: 1.3em;
}

.slide-wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    transition: 300ms;
    max-height: 100%;
    height: 100vh !important;
    min-height: 550px;
}

.slideshow {
    position: relative;
    z-index: 10;
}

.slide-entry {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    transition: 300ms;
}
.slide-entry.active {
    opacity: 1;
    visibility: visible;
}

.slide-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 51%;
    bottom: 0;
    top: 85%;
    transform: translate(-50%, 0%);
    width: 100%;
    max-width: 1140px;
    list-style: none;
    padding: 0;
    z-index: 20;
}
.slide-nav li {
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    /*width: 17px;*/
    /*height: 17px;*/
    background-color: transparent;
    border-radius: 50%;
    margin: 0 20px 0 0;
}

#prev-slide {
    margin-left: 0px;
}

#next-slide {
    margin-right: 0px;
}

/* Responsive Video Embeds
========================================================= */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;

    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}