.image-resize {
    max-width: 100% !important;
    /*height: auto !important;*/
}

.carousel-caption {
    color: rgb(190, 190, 190);
    right: 58%;
    text-align: left;
    padding-left: 2%;
    max-width: 500px;
    left: auto;
    /*top: auto;*/
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}

.item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

