
.lis-fliphover__wrapper {
  width: 100%;
  min-height: 300px;
  position: relative; }
  .lis-fliphover__wrapper:hover .lis-fliphover__roll-over {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1; }
.lis-fliphover__img {
  opacity: 1;
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: inherit; }
.lis-fliphover__roll-over {
  background: #38673B;
  display: flex;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0);
  /*		@include prefix(transform-style, preserve-3d);*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  line-height: normal;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .lis-fliphover__roll-over__content {
    padding: 10% 20px 10% 20px;
    position: relative;
    text-align: center;
    width: 100%; }
    .lis-fliphover__roll-over__content h4 {
      color: #fff;
      padding-bottom: 20px; }
    .lis-fliphover__roll-over__content p {
      color: #fff; }
.lis-fliphover__btn {
  position: absolute;
  width: 160px;
  bottom: 10%;
  left: 50%;
  margin-left: -80px; }