.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: left;
    font-size: inherit;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a {
    float: left;
    width: inherit;
}

.swiper-slide img {
    width: 100%;
}

.description {
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 10px;
    background: rgba(132, 133, 137, 0.9);
    width: 100%;
    color: #fff;
    left: 0;
    height: 185px;
}

.description p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    font-family: 'Saira-light';
}

a.slide-link {
    text-align: center;
    margin-top: 10px;
}

a.slide-link:focus,
a.slide-link:hover {
    color: #f5d90b;
}

.description h4 {
    margin-bottom: 10px;
    font-size: 22px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #d73a39;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E") !important;
    padding: 37px 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E") !important;
    padding: 30px;
    padding: 37px 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}