﻿.carousel-caption {
    top: 0;
    bottom: auto;
}

.carousel-caption h4 {
    margin-top: 50px;
    font-size: 2em;
    text-align: left;
}

/* If the screen size is 601px wide or more */
@media screen and (min-width: 601px) {
    .carousel-caption h4 {
        margin-top: 50px;
        font-size: 2em;
    }
}

/* If the screen size is 600px wide or less */
@media screen and (max-width: 600px) {
    .carousel-caption h4 {
        margin-top: 0px;
        font-size: 0.50em;
    }
}

/*<!-- Owl Carousel-- >*/
.owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}

.owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}
/*<!-- Owl Carousel-- >*/

h4.myClassShowroom {    
    margin-top: 120px;
    font-size: 2em;
    text-align: right;
}

/* If the screen size is 480px wide or less */
@media screen and (max-width: 480px) {
    h4.myClassShowroom {
        margin-top: 20px;
        font-size: 0.60em;
        text-align: right;
    }
}