.lg-container {
    z-index: 9999999;
}

.destinazioneumana-addons.gallery-container {

    overflow: hidden;
    border-radius: 8px;
    position: relative;
    min-height: 320px;

}

.destinazioneumana-addons.gallery-container > .gallery-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
}


.destinazioneumana-addons.gallery-container > .gallery-content > .cols {
}

.destinazioneumana-addons.gallery-container > .gallery-content > .videos-container.cols {
    min-width: 55%;
    width: 100%;
    margin-right: 2px;
}

.destinazioneumana-addons.gallery-container > .gallery-content > .images-container.cols {
    min-width: 45%;
    width: 100%;
}

.destinazioneumana-addons.gallery-container > .gallery-content > .cols {
    float: left;
}

/**
Video container
 */
.destinazioneumana-addons.gallery-container > .gallery-content > .videos-container {

}

.destinazioneumana-addons.gallery-container > .gallery-content > .videos-container > .video {
    position: relative;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #333;
}

.destinazioneumana-addons.gallery-container > .gallery-content > .videos-container > .video > .video-content.overlay {
    height: 100%;
    position: relative;
}

.destinazioneumana-addons.gallery-container > .gallery-content > .videos-container > .video > .video-content > .play-button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.destinazioneumana-addons.gallery-container > .gallery-content > .videos-container > .video > .video-content > .play-button > a {
    height: 32px;
    width: 32px;
    background-color: #fafafa;
    padding: 16px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
}

.destinazioneumana-addons.gallery-container > .gallery-content > .videos-container > .video > .video-content > .play-button > a > i {
    margin-right: -3px;
    color: #333;
}

.destinazioneumana-addons.gallery-container > .gallery-content > .videos-container > .video > .video-content > .more-videos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: #fafafa;
    padding: 2px 8px;
    border-radius: 3px;
    display: none;
}

.destinazioneumana-addons.gallery-container > .gallery-content > .videos-container > .video > .video-content > .more-videos > a {
    font-size: 12px;
    color: #333;
    text-decoration: none;
}


.destinazioneumana-addons.gallery-container > .gallery-content > .videos-container > .video > .video-content.overlay {
    background-color: rgba(51, 51, 51, 0.3);
}

.destinazioneumana-addons.gallery-container > .gallery-content > .videos-container > .video > .video-content > .play-button > a:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: background-color 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    background-color: #ffffff;
}


/**
* IMAGES
 */

.destinazioneumana-addons.gallery-container > .gallery-content > .images-container {
    position: relative;
}

.destinazioneumana-addons.gallery-container > .gallery-content > .images-container > .images {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}



.destinazioneumana-addons.gallery-container > .gallery-content > .images-container.no_videos > .images {
    flex-direction: row;
}

.destinazioneumana-addons.gallery-container > .gallery-content > .images-container > .images > .image {
    display: block!important;
    flex: 1 1 auto;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.destinazioneumana-addons.gallery-container > .gallery-content > .images-container > .images > .image:nth-of-type(n+1) {
}

.destinazioneumana-addons.gallery-container > .gallery-content > .images-container.has_videos > .images > .image:nth-of-type(2n) {

}

/**
* SHOW MORE
 */
.destinazioneumana-addons.gallery-container > .show-more {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: #fafafa;
    padding: 8px 14px;
    border-radius: 6px;
}

.destinazioneumana-addons.gallery-container > .show-more > a {
    color: #333;
    text-decoration: none;
}