.banner {
    height: calc(100vw * 0.55);
}

.banner_image {
    display: block;
    width: 100%;
    bottom: 0;
}

.banner_overlay_container {
    position: absolute;
    text-align: center;
}

.banner_overlay_container > h3 {
    font-size: 3vw;
    font-family: "Exo 2", sans-serif;
    letter-spacing: 0.015em;
    word-spacing: 0.010em;
    font-weight: 300;
    line-height: 15px;
    color: #f9f9fc;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.6);
    padding: 40px 20px;
}

@media only screen and (max-width: 398px) {
    .banner_overlay_container > h3 {
        font-weight: 700 !important;
        padding: 10px 20px;
    }
}

.slide1_position {
    top: 30%;
    left: 50%;
}

.slide2_position {
    top: 24%;
    left: 60%;
}

.slide3_position {
    top: 24%;
    left: 10%;
}

.slide4_position {
    top: 50%;
    left: 60%;
}

.slide5_position {
    top: 44%;
    left: 18%;
}

.slide6_position {
    top: 38%;
    left: 18%;
}

.banner-slider {
    position: absolute;
    height: calc(100vw * 0.55);
    overflow: hidden;
    width: 100%;
}

.banner-slider_nav {
    position: absolute;
    z-index: 10;
    transform: translate(-50%, -50%);
    bottom: 20px;
    text-align: center;
    left: 50%;
}

.banner-slider_nav_item {
    display: inline;
}

.banner-slider_nav_item > a {
    display: inline-block;
    font-size: 0;
    background: #F9F9FC;
    width: 16px;
    height: 16px;
    margin: 8px;
    float: left;
    border-radius: 50%;
    transition: .65s;
    border: 0px solid #204662;
    box-shadow: 0px 0px 2px 2px #204662;
}

.banner-slider_nav_item > a:hover {
    color: rgba(0, 0, 0, 0.75);
}

.banner-slider_nav_item--is-selected > a {
    transform: scale(1.4);
    background: #6A879C;
}

.banner_slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

@media screen and (min-width: 768px) {
    .cycle_arrow-wrapper a:hover {
        background: rgba(0, 0, 0, 0.32);
    }

}

.cycle_arrow-wrapper {
    position: absolute;
    height: 100%;
    top: 20px;
    width: 100%;
    left: 0px;
    z-index: 1;
}

.cycle_arrow-wrapper .arrow {
    position: absolute;
    font-size: 30px;
    color: #f9f9fc;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 4px #F9F9FC;
}

.cycle_next {
    position: absolute;
    right: 0px;
    display: block;
    width: 70px;
    height: 100%;
}

.cycle_prev {
    position: absolute;
    left: 0px;
    display: block;
    width: 70px;
    height: 100%;
}

.rotate {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
