/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */

swiper-container {
	width: 100%;
	height: 100%;
}

swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

swiper-container {
	margin-left: auto;
	margin-right: auto;
}
.entry img{
	max-width: 100% !important;
}
.sw_img{
	max-width: 100% !important;
	width: 100%;
	/* height: auto !important; */
}

.imgad_swiper a {
	display: contents !important;
	margin: 0 !important;
	padding: 0 !important;
}
