@media only screen and (min-width:1000px) {

#slider-section {
    margin-bottom: -225px;
    top: -225px;
    position: relative;
    overflow: hidden;
}

.metaslider .flexslider  .caption-wrap {
     background: rgba(183, 156, 125, 0.41);
    opacity: 1;
 
}


.metaslider .flexslider .caption {
    padding: 25px 50px;
    color: #333333; 
}
.metaslider .flexslider .caption h1,
.metaslider .flexslider .caption h2
{
    margin:0px;
}
/*
.slides li{
display: contents!important;
margin-left: 50%!important;
transform: translateX(-50%)!important;
}*/
/*
.slides li,
.slides li img
{
    width: inherit!important;
    height: inherit!important;
  
}

.flexslider{
    width: inherit;
    height: inherit;
    overflow: hidden;
}*/
.slides li img
{
    width: inherit!important;
    height: inherit!important;
  
}
}

@media only screen and (max-width:1000px) {
 
      .caption-wrap{
          display: none!important;
      }
}
