.ea-accordion-gallery {
  width: 100%;
  overflow: hidden;
}
.ea-accordion-gallery .ea-gallery-item {
  position: relative;
}
.ea-accordion-gallery .ea-gallery-item .ea-gallery-overlay {
  opacity: 0.4;
  background: #000;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 8;
}
.ea-accordion-gallery .ea-gallery-item .ea-vg-info {
  position: relative;
  width: 100%;
  z-index: 999;
  color: #fff;
  display: block;
  text-align: center;
  padding: 30px 20px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ea-accordion-gallery .ea-gallery-item .ea-vg-info .ea-vg-title {
  font-size: 30px;
  line-height: 50px;
  transition: 1s;
}
.ea-accordion-gallery .ea-gallery-item .ea-vg-info .ea-vg-subtitle, .ea-vg-description {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 20px;
}
.ea-accordion-gallery .ea-gallery-item .ea-vg-info .ea-vg-btn {
  line-height: 30px;
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 3px;
}
.ea-accordion-gallery .ea-gallery-item .ea-vg-info .ea-vg-btn i {
  margin-left: 4px;
}
.ea-accordion-gallery .ea-gallery-item .ea-vg-info .ea-gallery-toggle {
  display: none;
}
.ea-accordion-gallery .ea-gallery-item .ea-bg-img img {
  position: absolute;
  top: 0;
  min-width: 100%;
  min-height: 100%;
}

.ea-gallery-button {
  display: inline-block;
  text-align: center;
  padding: 5px 30px;
  font-size: 18px;
  background-color: transparent;
  color: #fff  !important;
  /* border: 1px solid #fff; */
  border-radius: 3px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
  cursor: pointer;
}


