.sip-fixed {
	position: static!important;
}
.sip-viewport-animate {
	opacity: 1!important;
}
.sip-menu-icon,
.sip-read-more-links,
.sip-scroll-top {
	display: none!important;
}
.sip-block-height-full,
.sip-row-height-full {
	height: 500px!important;
}
.sip-additional-content {
	height: auto!important;
}
.slider_wrapper {
	position: static!important;
	height: auto!important;
}
.slides-control {
	position: static!important;
	width: auto!important;
}
.slides-container {
	position: static!important;
}
.slide {
	position: static!important;
	width: auto!important;
	height: auto!important;
}
.slide .image {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    overflow: hidden!important;
	height: 300px!important;
}
.slide .image img {
    flex-shrink: 0!important;
    min-width: 100%!important;
    min-height: 100%!important;
	width: 100%!important;
	height: auto!important;
	position: static!important;
}