   .slider-image img {
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 85%;
    /* opacity: 0; */
    /* transition: opacity 1s ease-in-out; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} 
    .slider-half {
        max-width: 100%;
    }
    .slider-half {
    flex: 0 0 100%;
    max-width: 100%;
}
.slider{
	padding-top:100px;
}

.tns-nav button {
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    padding: 0;
    position: relative;
    margin-top: -240px;
    z-index: 0px;
}
.slider-item {
margin-top:-30px;
}
marquee {
  display: inline-block !important;
  white-space: nowrap !important;
  overflow: visible !important;
  animation: none !important;  /* Removes theme animation override */
  transform: translateX(0) !important; /* Fix issue caused by sliders */
  position: relative !important;
}