
.hvrbox_container {
  position: relative;
  width: 100%;
  background-color: #000;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.hvrbox{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  text-align: center;
	top: 40%;
	left: 10%;
	right: 10%;
  transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
}

.hvrbox_container:hover .image {
  opacity: 0.3;
}
  .hvrbox_container:hover .image a {
    opacity: 0.3;
}

.hvrbox_container:hover .hvrbox, .hvrbox_container:hover .hvrbox2 {
  opacity: 1;
}
  .hvrbox_container:hover .hvrbox a, .hvrbox_container:hover .hvrbox2 a {
    opacity: 1;
  }

  .hvrboxtext {
    color: #fff;
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: .05rem;
    line-height: 2rem;
  }

  .hvrbox2 {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 25%;
    left: 10%;
    right: 10%;
    transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
 
.hvrboxtext2 {
  letter-spacing: .05rem;
  line-height: 1.5;
}

.hvrboxtext2 h3 {
  font-family: inherit;
  font-size: .5rem;
  font-weight: 400;
  color: #fff; }

.hvrboxtext2 p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 200;
  color: #fff; }


