@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 15%;
        left: 15%;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1170px) {
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    
}

@media(max-width:1050px) {
    
}

@media(max-width:890px) {
    
}

@media(max-width:400px) {
    #ultimate-subscribe-email{
        width: 100%;
        margin-bottom: 30px;
    }
}

