.sf_image_slider_wrapper .owl-item img{
	border-radius: 50px;
	width: auto !important;
	object-fit: cover;
}
.sf_image_slider_wrapper .owl-nav button{
	border-radius: 100% !important;
	background: #fff !important;
	width: 40px;
	height: 40px;
	display: flex !important;
    align-items: center;
    justify-content: center;
}
.sf_image_slider_wrapper .owl-nav .owl-prev img{
	transform: rotate(180deg);
}
.sf_image_slider_wrapper .owl-nav{
	bottom: 64px !important;
	top: unset !important;
	width: 20% !important;
	left: 40%;
}
@media only screen and (min-width:1024px) {
	.sf_image_slider_wrapper .owl-item img{
		height: 486px !important;
	}
	.sf_image_slider_image_full .sf_image_slider_wrapper .owl-item img{
		height: 100% !important;
	}
}
@media only screen and (max-width:1024px) {
	.sf_image_slider_wrapper .owl-nav{
		bottom: 27px !important;
		width: 40% !important;
		left: 30% !important;
	}
	
}