.visuallyhidden {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 3 !important;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.title{
    display: inline-grid;
}

.carousel-small .item .image-wrapper {
    position: relative;
}

.carousel-small .item .title-wrapper {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-small .item .title {
    color: #000;
    font-size: 12px;
    margin: 0;
}

.carousel-multiple .item .image-wrapper {
    position: relative;
}

.carousel-multiple .item .title-wrapper {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-multiple .item .title {
    color: #000;
    font-size: 12px;
    margin: 0;
}
.carousel-multiple {
    padding: 0 5%;
    position: relative;
}
.carousel-small {
    padding: 0 5%;
    position: relative;
}
/* To disable arrows on first and last slide */
.disabled{
    display: none;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}
