.ct-box-slider {
    margin-right: -15px;
    height: 75%;
    margin-top: 3%;
}

@media (max-width: 991px) {
    .ct-box-slider {
        margin-left: -15px;
    }
}

.ct-box-slider__arrows .slick-arrow {
    padding: 0 1px 0 0;
    opacity: 0.3;
    cursor: pointer;
}

.ct-box-slider__arrows .slick-arrow:hover {
    opacity: 0.5;
}

.ct-box-slider__arrows .slick-arrow:hover:active {
    opacity: 0.55;
}

.ct-box {
    font-family: 'Oswald', sans-serif;
    font-weight: lighter;
    line-height: 1.15;
    padding: 3vh 0;
    display: block;
}


.ct-box .hover {
    display: none;
}

.ct-box span {
    padding-top: 2vh;
    display: block;
    max-width: 100%;
    font-size: 3.5vh;
}

.ct-box .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    /* padding: 15px 25px; */
    height: auto;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.inner:focus {
    outline: 0;
}

.inner:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);

}

.ct-box .inner .fa {
    font-size: 9vh;
}

.ct-box:hover .normal {
    display: none;
}

.ct-box:hover .hover {
    display: block;
}

@media (max-width: 488px) {

    .ct-box img {
        max-width: 50%;
    }
    .ct-box .inner {
        height: 150px;
        padding: 10px;
    }

    .slick-slide img {
        min-width: 120px !important;
    }

    .slick-slide {
        margin-top: 2vh !important;
    }
}

@media (aspect-ratio: 3/4) {
    .slick-slide img {
        min-width: 190px !important;
    }
    .slick-slide {
        margin-top: 8% !important;
    }
}

@media (aspect-ratio: 512/683) {
    .slick-slide img {
        min-width: 190px !important;
    }

    .slick-slide {
        margin-top: 8% !important;
    }
}
