
ul.essential-gallery {
    width: 100%;
    overflow: hidden;
    text-align: left;
}

ul.essential-gallery > li {
    padding: 10px;
    cursor: pointer;
    transition: all .2s;
    float: none;
}

ul.essential-gallery > li:nth-child(odd) {
    padding-left: 0;
}

ul.essential-gallery > li:nth-child(even) {
    padding-right: 0;
}

ul.essential-gallery > li .info {
    position: relative;
    z-index: 2;
    font-weight: bold;
    transition: all .2s;
    text-align: left;
}

ul.essential-gallery > li .info .nombre {
    color: #D72448;
}

ul.essential-gallery > li .image {
    overflow: hidden;
}

ul.essential-gallery > li img {
    transition: all .2s;
}

ul.essential-gallery.multiple li:hover img {
    transform: scale(1.2);
    transition: all .2s;
}

ul.essential-gallery > li.images {
    transition: opacity .2s;
    opacity: 0;
    position: relative;
    height: 0;
    padding: 0;
    display: block;
}

ul.essential-gallery > li.images.visible {
    transition: opacity .5s;
    opacity: 1;
    top: 0;
    height:450px;
}

ul.essential-gallery > li.images img {
    vertical-align: top;
    height:auto;
    width:auto;
    max-height:100%;
    max-width:100%;
}

ul.essential-gallery > li div.gallery-container {
    width: auto;
    text-align: left;
}

.essential-info .nombre {
    font-size: 2em;
    font-weight: normal;
    color: #D72448;
}

.essential-info .date {
    font-size: 1em;
    font-weight: normal;
}

.essential-texto h4 {
    color: #D72448;
}

.essential-info .controls {
    margin-top: -6px;
    font-size: 2.5em;
}

.essential-info .data {
}

.essential-info i {
    opacity: .2;
}

.essential-info i.active {
    cursor: pointer;
    opacity: 1;
}

.essential-info i.active:hover {
    color: #D72448;
}