#content .news_img_wrap {
    overflow: inherit;
    margin-bottom: 70px;
}
#content .news_img_wrap #galleria {
    width: 100%;
    height: 100%;
}
.galleria-container {
    position: relative;
    border-radius: 5px;
    border: 1px solid #dadada;
    background-color: #f3f3f3;
    height: 100%;
    width: 100%!important;
    margin: 0;
}
.galleria-thumbnails-container {
    display: none;
}
.galleria-stage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    overflow: hidden;
}
.galleria-images {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.galleria-images img {
    display: block;
    opacity: 1;
    width: auto;
    height: 100%;
    background-size: cover;
    position: relative;
    top: 50%;
    left: 50%;
}
.galleria-info-text {
    display: none;
}
.galleria-image-nav {
    left: 50%;
    transform: translate(-50%, 0);
    right: initial;
    z-index: 100;
}
.galleria-counter {
    left: 50%;
    transform: translate(-50%, 0);
    right: initial;
}
