@charset "UTF-8";

.heading.block_header_4 .h{
color:#313131;
}
.swiper-slide a {
    width: 100%;
}
.swiper-slide img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.popimgwrap {
    width: 100%;
}
.popimg img {
    max-height: 80vh;
    min-height: 80vh;
    width: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    background: none;
}


.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide a .swiper_title {
    border-radius: 0;
    background-color: rgba(47, 46, 46, 0.6);
    transition: opacity 0.5s ease 0s;
    opacity: 0;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    bottom: -1px;
    left: 0px;
    min-height: 18px;
    padding: 10px 100px 10px 10px;
    position: absolute;
    right: 0px;
    color: #ffffff;
    text-align: left;
}
.swiper-slide a:hover .swiper_title {
    opacity: 1;
}
@media screen and (max-width: 900px) {
.swiper-slide img {
    height: 30vh;
}
}