.ec-top-box {
  border-style: solid;
  border-width: 0 3px 3px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center center!important;
  background-repeat: no-repeat!important;
}

#ec-top .sub-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

#ec-top .box-content:hover .sub-content {
  max-height: 70px;
}

#ec-center .box-text {
  font-size: 17px;
}

#ec-top .ec-top-box {
  height: 250px;
  color: #fff;
  padding: 0!important;
  border-color: #fff;
  /* box-shadow: 0px 19px 35px -22px rgba(0, 0, 0, 0.5); */
}

#ec-top-mini .wrapper {
  position: relative;
}

#ec-top-mini .sub-content {
  overflow: hidden;
  /* max-height: 0; */
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

#ec-top-mini .ec-top-box {
  height: 160px;
  color: #fff;
  padding: 0!important;
}

#ec-top-mini .box-content {
  background: #15151599;
}

#ec-top-mini .box-content:hover {
  background: #333;
}

#ec-center .ec-top-box {
  height: 400px;
  color: #fff;
  padding: 0!important;
  display: block;
}

.box-content {
  background: linear-gradient(to top, #262626, #ffb8b800, #0000);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.box-content:hover {
  background-color: #151515b3;
}

.box-content .wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.box-content .box-title {
  font-size: 20px;
  width: 100%;
  margin: 5px 0;
}

.box-content .box-text {
  margin: 0 0 5px;
}

.box-content .top-content {
  padding: 10px 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.box-content:hover .top-content {
  opacity: 1;
}

.top-content .item {
  font-size: 16px!important;
}



@media (max-width:767px) {

}

@media (min-width: 768px) {
  .fluidify {
    width: 1800px!important;
  }
}