.mikres_aggelies li.photo-aggelia {
	padding: 0;
	border: 1px solid rgba(256, 0, 0, 0.4);
}
.mikres_aggelies li.agg-raster {
/* 	border: 1px solid rgba(0, 256, 0, 0.4); */
}
.mikres_aggelies li.agg-plaisio {
/* 	border: 1px solid rgba(0, 0, 256, 0.4); */
}

.photo-aggelia a {
	padding: 20px;
	width: 100%;
	color: #222;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	column-gap: 15px;
	row-gap: 20px;
	justify-content: center;
}
.photo-aggelia .photo-agg_photo {
	width: 300px;
	height: 225px;
}
.photo-aggelia .photo-agg_photo img {
	margin: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.photo-aggelia .photo-agg_content {
	width: calc(100% - 315px);
	font-size: 17px;
}
@media only screen and (max-width: 991px) {
	.photo-aggelia a {
		flex-direction: column;
	}
	.photo-aggelia .photo-agg_photo {
		width: 100%;
		max-width: 300px;
		margin: auto;
	}
	.photo-aggelia .photo-agg_content {
		width: 100%;
	}
}

.single-photo_aggelia article .tagdiv-type {
	font-size: 18px;
}
.back-to-aggelies-link a {
	background-color: #dd3333;
	color: white;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 8px;
}

.swiper.singleSwiper {
	width: 100%;
	height: 100%;
}

.singleSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.singleSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper.singleSwiper {
	width: 100%;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}

.singleSwiper .swiper-slide {
	background-size: cover;
	background-position: center;
}

.singleSwiper2 {
	height: 80%;
	width: 100%;
}

.singleSwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.singleSwiper .swiper-slide {
	width: auto;
	height: 100%;
	opacity: 1;
}

.singleSwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper {
	width: 100%;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mySwiper .swiper-slide {
	width: auto;
	height: 100%;
}

.swiper-slide img {
	display: block;
	width: auto;
	height: 100%;
	object-fit: cover;
}
