.cycle-slideshow {
    width: 100%
}

.cycle-slideshow img {
    width: 100%;
    height: auto
}

.cycle-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    text-align: center;
    height: 80%;
}
.cycle-caption p,
.cycle-caption h1,
.cycle-caption h2,
.cycle-caption h3,
.cycle-caption h4,
.cycle-caption h5,
.cycle-caption h6 {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color:#ffffff;
    text-transform: uppercase;
    position: absolute;
    top:45%;
    left: 0;
    right: 0;
}

.cycle-caption h2 {
    font-size:46px;
}
.cycle-caption h2 a {
    color: #ffffff;
    text-decoration: none;
}
.cycle-caption h2 a:hover,
.cycle-caption h2 a:focus{
    color: #ffffff;
    text-decoration: none;
}
.cycle-prev {
    width: 37px;
    height: 60px;
    position: absolute;
    top: 45%;
    left: 1em;
    cursor: pointer;
}

.cycle-next {
    width: 37px;
    height: 60px;
    position: absolute;
    top: 45%;
    right: 1em;
    cursor: pointer;
}

.cycle-pager {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
}

.cycle-pager span {
    font-size: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
    margin:0 3px;

}
.cycle-pager span:after{
    content: '\f192';
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;

}

.cycle-pager span.cycle-pager-active {
    color: #ffffff;
}
.cycle-pager span.cycle-pager-active:after{
    content: '\f111';
    font-family: "Font Awesome 5 Free";
}

.cycle-pager > * {
    cursor: pointer;
}

.cycle-link-hidden {
    display: none !important;
}

@media screen and (max-width: 600px) {
    .cycle-caption p {
        margin: 0;
    }

    .cycle-caption h2 {
        font-size: 30px;
    }

    .cycle-caption h4 {
        font-size: 16px;
    }

}
@media screen and (max-width: 450px) {
    .cycle-caption p {
        line-height: 0.8em;
    }
    .cycle-caption h2 {
        line-height: 1em;
        margin: 0;
    }
    .cycle-next,
    .cycle-prev {
        display: none;
    }
}
@media screen and (max-width: 360px) {
    .cycle-caption h2 {
        font-size: 20px;
    }

    .cycle-caption h4 {
        font-size: 12px;
    }
}

.disabledCycle2Block {
    min-height: 200px;
}
