.articlePage__left__contentContainer__content__galleryContainer,
.wpEditor__galleryShortCodeContainer {
    position: relative;
}

.articlePage__left__contentContainer__content__galleryContainer {
    display: inline-block;
    width: 100%;
}

.wpEditor__galleryShortCodeContainer {
    background: #fff;
    max-width: 470px;
    width: 100%;
}

.articlePage__left__contentContainer__content__galleryContainer__gallery,
.wpEditor__galleryShortCodeContainer__gallery {
    position: relative;
    width: 100%;
}

.articlePage__left__contentContainer__content__galleryContainer__gallery .owl-stage-outer {
    height: 360px;
}

.articlePage__left__contentContainer__content__galleryContainer__gallery__item__imageContainer,
.wpEditor__galleryShortCodeContainer__gallery__item__imageContainer {
    max-height: 100%;
    height: 300px;
    width: 100%;
    cursor: pointer;
}

.wpEditor__galleryShortCodeContainer__gallery__item__imageContainer {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.articlePage__left__contentContainer__content__galleryContainer__gallery__item__imageContainer__link {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
}

.articlePage__left__contentContainer__content__galleryContainer__gallery__item__imageContainer__link__image {
    position: absolute;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto !important;
}

.articlePage__left__contentContainer__content__galleryContainer__gallery__item__descriptionContainer,
.wpEditor__galleryShortCodeContainer__gallery__item__descriptionContainer {
    display: table;
    box-sizing: border-box;
    padding: 0 50px;
    height: 60px;
    overflow: hidden;
    width: 100%;
}

.articlePage__left__contentContainer__content__galleryContainer__gallery__item__descriptionContainer__description > .wrapper,
.wpEditor__galleryShortCodeContainer__gallery__item__descriptionContainer > .wrapper {
    display: inline-block;
    max-height: 60px;
    width: 100%;
}

.articlePage__left__contentContainer__content__galleryContainer__gallery__item__descriptionContainer__description,
.wpEditor__galleryShortCodeContainer__gallery__item__descriptionContainer__description {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    width: 100%;
}

.articlePage__left__contentContainer__content__galleryContainer__gallery.owl-theme .owl-controls,
.wpEditor__galleryShortCodeContainer__gallery .owl-controls {
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
    height: 0;
}

.articlePage__left__contentContainer__content__galleryContainer__gallery.owl-theme .owl-controls {
    overflow: visible;
}

.articlePage__left__contentContainer__content__galleryContainer__gallery.owl-theme .owl-controls .owl-dots,
.wpEditor__galleryShortCodeContainer__gallery .owl-controls .owl-dots {
    display: inline-block;
    overflow: visible;
}

.articlePage__left__contentContainer__content__galleryContainer__gallery.owl-theme .owl-controls .owl-dots .owl-dot,
.wpEditor__galleryShortCodeContainer__gallery .owl-controls .owl-dots .owl-dot {
    position: relative;
    bottom: 30px;
    width: 8px;
    height: 8px;
    border: 0 solid transparent;
    background: #FFFFFF;
    margin: 2px 8px;
    border-radius: 8px;
    box-sizing: content-box;
}

.articlePage__left__contentContainer__content__galleryContainer__gallery.owl-theme .owl-controls .owl-dots .owl-dot.active,
.wpEditor__galleryShortCodeContainer__gallery .owl-controls .owl-dots .owl-dot.active {
    border-color: #FFFFFF;
    background: transparent;
    margin: 0 6px;
    height: 8px;
    width: 8px;
}

.articlePage__left__contentContainer__content__galleryContainer__gallery__arrowsContainer,
.wpEditor__galleryShortCodeContainer__gallery__arrowsContainer {
    position: relative;
    width: 100%;
    height: 0;
    bottom: 0;
}

.articlePage__left__contentContainer__content__galleryContainer__gallery__arrowsContainer__arrow,
.wpEditor__galleryShortCodeContainer__gallery__arrowsContainer__arrow {
    font-family: "Roboto Light";
    background: #FFFFFF;
    position: absolute;
    line-height: 60px;
    font-size: 60px;
    cursor: pointer;
    bottom: 0;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.wpEditor__galleryShortCodeContainer__gallery__arrowsContainer__arrow {
    background: none;
}

.articlePage__left__contentContainer__content__galleryContainer__gallery__arrowsContainer__arrow.left,
.wpEditor__galleryShortCodeContainer__gallery__arrowsContainer__arrow.left{
    left: 0;
}

.articlePage__left__contentContainer__content__galleryContainer__gallery__arrowsContainer__arrow.right,
.wpEditor__galleryShortCodeContainer__gallery__arrowsContainer__arrow.right {
    right: 0;
}

.articlePage__left__contentContainer__content__galleryContainer__gallery__countContainer,
.wpEditor__galleryShortCodeContainer__gallery__countContainer {
    font-family: "Roboto Medium";
    position: absolute;
    background: #fff;
    font-size: 14px;
    padding: 0 4px;
    bottom: 60px;
    z-index: 1;
    right: 0;
}

.wpview-wrap[data-mce-selected] .wpEditor__galleryShortCodeContainer__gallery__countContainer {
    background: none;
}

.articlePage__left__contentContainer__content__galleryContainer__gallery__countContainer > *,
.wpEditor__galleryShortCodeContainer__gallery__countContainer > * {
    float: left;
}

.articlePage__left__contentContainer__content__galleryContainer__gallery__countContainer .divider,
.wpEditor__galleryShortCodeContainer__gallery__countContainer .divider {
    margin: 0 4px;
}

@media screen and (max-width: 768px) {
    .wpEditor__galleryShortCodeContainer {
        margin-left: 30px;
    }

    .articlePage__left__contentContainer__content__galleryContainer__gallery .owl-stage-outer {
        height: 400px;
    }

    .articlePage__left__contentContainer__content__galleryContainer__gallery__item__descriptionContainer,
    .wpEditor__galleryShortCodeContainer__gallery__item__descriptionContainer {
        height: 100px;
        padding: 0 5px;
    }

    .articlePage__left__contentContainer__content__galleryContainer__gallery__item__descriptionContainer__description > .wrapper,
    .wpEditor__galleryShortCodeContainer__gallery__item__descriptionContainer > .wrapper {
        max-height: 100px;
    }

    .articlePage__left__contentContainer__content__galleryContainer__gallery.owl-theme .owl-controls,
    .wpEditor__galleryShortCodeContainer__gallery .owl-controls {
        bottom: 100px;
    }

    .articlePage__left__contentContainer__content__galleryContainer__gallery__arrowsContainer,
    .wpEditor__galleryShortCodeContainer__gallery__arrowsContainer {
        position: absolute;
        top: 0;
    }

    .articlePage__left__contentContainer__content__galleryContainer__gallery__arrowsContainer__arrow,
    .wpEditor__galleryShortCodeContainer__gallery__arrowsContainer__arrow {
        line-height: 300px;
        height: 300px;
        font-size: 40px;
        top: 0;
    }

    .articlePage__left__contentContainer__content__galleryContainer__gallery__arrowsContainer__arrow.left,
    .wpEditor__galleryShortCodeContainer__gallery__arrowsContainer__arrow.left {
        left: -25px;
    }

    .articlePage__left__contentContainer__content__galleryContainer__gallery__arrowsContainer__arrow.right,
    .wpEditor__galleryShortCodeContainer__gallery__arrowsContainer__arrow.right {
        right: -25px;
    }

    .articlePage__left__contentContainer__content__galleryContainer__gallery__countContainer,
    .wpEditor__galleryShortCodeContainer__gallery__countContainer {
        bottom: 100px;
    }
}