﻿.jexcarousel_item {
    width: 100%;
    height: 100%;
}

.jexcarousel_item_image {
    width:100%;
}

.jexcarousel_item_comment {
    background-color: rgb(0, 0, 0);
    width: auto;
    height: auto;
    padding: 1em;
}

    .jexcarousel_item_comment:hover {
    }

    .jexcarousel_item_comment > p {
        padding-top: 1em;
    }

@media screen and (max-width: 899px) {

    .jexcarousel_item {
    }

    .jexcarousel_item_image {
    }

    .jexcarousel_item_comment {
        position: relative;
        top: 0%;
    }
}

@media screen and (min-width: 900px) {

    .jexcarousel_item {
    }

    .jexcarousel_item_image {
    }

    .jexcarousel_item_comment {
        position: absolute;
        top: 0%;
    }
}