.lp-gallery-16 {
    padding: 32px 0;
    text-align: center;
    overflow: hidden;
}

.lp-gallery-16__text {
    margin-top: 8px;
}

.lp-gallery-16-items .owl-carousel.owl-loaded {
    margin-top: 24px;
    display: flex;
    margin: 24px -8px 0;
    justify-content: center;
}

.lp-gallery-16-items.js-owl-carousel {
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lp-gallery-16-items.js-owl-carousel .lp-gallery-16-item {
    margin: 0;
}

.lp-gallery-16-items .owl-stage {
    display: flex;
}

.lp-gallery-16-items .owl-item .lp-gallery-16-item {
    transition: all .7s;
    opacity: .3;
    width: 100%;
    height: 385px;
}

@media (min-width: 600px) {
	.lp-gallery-16-items .owl-item .lp-gallery-16-item {
	    height: 240px;
	}
	
	.lp-gallery-16-items__navigations._hide-desc {
	    display: none;
	}
}

@media (min-width: 960px) {
	.lp-gallery-16-items .owl-item .lp-gallery-16-item {
	    height: 388px;
	}
}

@media (min-width: 1200px) {
	.lp-gallery-16-items .owl-item .lp-gallery-16-item {
	    height: 494px;
	}
}

@media (min-width: 1380px) {
	.lp-gallery-16-items .owl-item .lp-gallery-16-item {
	    height: 556px;
	}
}

.lp-gallery-16-items .owl-item.active .lp-gallery-16-item {
    opacity: 1;
}

.lp-gallery-16-items__nav {
    flex: 0 0 auto;
    align-self: flex-start;
}

.lp-gallery-16-arrow--left + .lp-gallery-16-arrow--right {
	margin-left: 8px;
}

.lp-gallery-16-slider-dots {
	margin-left: 16px;
	flex-wrap: wrap;
	margin-bottom: -16px;
	}

.lp-gallery-16-items__nav.disabled {
    display: none;
}

.lp-gallery-16-items__nav button {
    box-shadow: none;
    border: none;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
}

.lp-gallery-16-items .owl-dots {
    display: none;
}

.lp-gallery-16-items {
	margin-top: 24px;
}

.lp-gallery-16-item {
    line-height: 0;
    flex-grow: 1;
    overflow: hidden;
    width: 100%;
}

.lp-gallery-16-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-gallery-16-items__navigations {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.lp-dots-wrapper.lp-gallery-16-slider-dots {
    display: flex;
    align-items: center;
}

@media all and (min-width: 600px) {
	.lp-gallery-16-items.owl-carousel .owl-stage-outer {
	    overflow: visible;
	}

    .lp-gallery-16 {
        padding: 64px 0;
    }

    .lp-gallery-16__text {
        margin-top: 16px;
    }

    .lp-gallery-16-items {
        margin-top: 40px;
    }

	.lp-gallery-16-items__navigations {
	    margin-top: 16px;
	}	
		
    .lp-gallery-16-items__nav {
        margin: 0 24px 0 0;
        text-align: left;
    }

    .lp-gallery-16-items__nav button {
        width: 44px;
        height: 44px;
    }

	.lp-gallery-16-arrow--left + .lp-gallery-16-arrow--right {
		margin-left: 16px;
	}

    .lp-gallery-16-items .owl-item.active img {
        transition: all .7s;
        transform: scale(1);
        z-index: 200;
    }

    .lp-gallery-16-items .owl-item.active:hover img {
        transform: scale(1.2);
        z-index: 201;
    }

    .lp-gallery-16-item {
        height: 240px;
    }
}

@media all and (min-width: 960px) {
    .lp-gallery-16-item {
        height: 388px;
    }
}

@media all and (min-width: 1200px) {
    .lp-gallery-16 {
        padding: 80px 0;
    }

    .lp-gallery-16__title {
        max-width: 848px;
        margin-left: auto;
        margin-right: auto;
    }

    .lp-gallery-16__text {
        max-width: 848px;
        margin-left: auto;
        margin-right: auto;
    }

    .lp-gallery-16-items {
        margin-top: 56px;
    }

    .lp-gallery-16-items__nav button {
        width: 50px;
        height: 50px;
    }

    .lp-gallery-16-item {
        height: 494px;
    }
}

@media all and (min-width: 1380px) {
    .lp-gallery-16-item {
        height: 556px;
    }
}