.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: 500px;
    text-align: center;
}
.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);
}

.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: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
}

.cycle-pager span.cycle-pager-active {
    color: #404040;
}

.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;
}


