.carousel-skew {
    background-color: #258327;
    opacity: 0.85;
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    z-index: 1;
    transform: skewY(-10deg);
    transform-origin: top left;
    width: 100%;
    height: 350px;
}

#ben-container .carousel-caption {
    left: 0;
    right: 0;
    bottom: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: rgb(154,154,154);
    background: linear-gradient(180deg, rgba(154,154,154,0) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.5) 60%, rgba(237,237,237,0) 100%);
}

#ben-container .carousel-inner-caption h2 {
    color: white;
    text-transform: uppercase;
    font-size: 2rem;
}


#ben-container .carousel-inner-caption p {
    text-transform: uppercase;
    font-size: 1rem;
}

.act-slider .see-more {
    position: absolute;
    left: 50%;
    bottom: 5%;
    z-index: 11;
    transform: translateX(-50%);
}
.act-slider .see-more a i {
    font-size: 56px;
    color: white;
    animation: jump 2s ease infinite;
}
@keyframes jump {
    0% { transform: translateY(0) }
    50% { transform: translateY(20px) }
    100% { transform: translateY(0) }
}

@media (min-width: 768px) {
    .carousel-skew {
        height: 450px;
    }
}

@media (min-width: 991px) {
    .carousel-skew {
        height: 550px;
    }

    #ben-container .carousel-inner-caption h2 {
        font-size: 2.5rem;
    }

    #ben-container .carousel-inner-caption p {
        font-size: 1.5rem;
    }
}

@media (min-width: 1600px) {
    .carousel-skew {
        height: 600px;
    }
}