.mw-gallery_01 a {
	display: block;
	overflow: hidden;
	position: relative;
}
.mw-gallery_01 a img {
	display: block;
	max-width: 100%;
}
.mw-gallery_01 .swiper-slide-image-trigger a img {
	filter: blur(20px);
	transform: scale(1.2);
}
.mw-gallery_01 .swiper-slide-image-trigger .trigger-text {
	align-items: center;
	bottom: 0%;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	font-weight: var(--mw-font-primary-weight-normal);
	justify-content: center;
	left: -41%;
	padding: 15px;
	position: absolute;
	top: 0;
	transform: rotate(-90deg);
	text-align: center;
	width: 100%;
	right: auto;
}
.mw-gallery_01 .swiper-slide-disabled {
	display: none;
}
.mw-gallery_01 .swiper-prev,
.mw-gallery_01 .swiper-next {
	align-items: center;
	background: var(--mw-color-primary-opacity-low);
	border-radius: 0 5px 5px 0;
	color: #FFFFFF;
	cursor: pointer;
	display: none;
	justify-content: center;
	height: 40px;
	left: 20px;
	margin: -20px 0 0 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: 150ms ease background;
	width: 40px;
	z-index: 2;
}
.mw-gallery_01 .swiper-prev:hover,
.mw-gallery_01 .swiper-next:hover {
	background: var(--mw-color-primary);
}
.mw-gallery_01 .swiper-prev:before {
	content: "4";
}
.mw-gallery_01 .swiper-next {
	border-radius: 5px 0 0 5px;
	left: auto;
	right: 20px;
	z-index: 3;
}
.mw-gallery_01 .swiper-next:before {
	content: "6";
}
.mw-gallery_01 .swiper-prev:focus,
.mw-gallery_01 .swiper-next:focus {
	border: none !important;
	outline: none !important;
}
.mw-gallery_01 .swiper-prev.swiper-button-disabled,
.mw-gallery_01 .swiper-next.swiper-button-disabled {
	opacity: 0;
}

@media all and (min-width: 700px){

	.mw-gallery_01 .swiper-prev,
	.mw-gallery_01 .swiper-next {
		display: flex;
	}
	
}

.mw-gallery_01-overlay .image-entry {
	margin: 0 0 30px 0;
	position: relative;
}
.mw-gallery_01-overlay .image-entry .image-pagination {
	position: absolute;
	right: 5px;
	top: 5px;
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	padding: 10px;
	line-height: 1;
	border-radius: 5px;
}
.mw-gallery_01-overlay .image-entry img {
	display: block;
	width: 100%;
}
.mw-gallery_01-overlay .image-entry .image-title {
	padding: 20px;
}