/* STYLE */
/*
*
*
*
*
*
*
*
/*SAMPLE 1 STYLE */
.bunny-sample-1 {
  background-color: #000;
  display: inline-block;
  font-size: 16px;
  margin: 10px;
  max-width: 315px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.bunny-sample-1 *,
.bunny-sample-1 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.bunny-sample-1 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}
.bunny-sample-1 figcaption {
  bottom: 30px;
  left: 0;
  position: absolute;
  z-index: 0;
}
.bunny-sample-1 figcaption:before {
  background-color: #ffffff;
  bottom: -5px;
  content: '';
  left: 0;
  position: absolute;
  right: 100%;
  top: -5px;
  z-index: -1;
}
.bunny-banner.bunny-sample-1 h3 {
  background-color: #c73232;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  z-index: 1;
}
.bunny-sample-1 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.bunny-sample-1:hover > img,
.bunny-sample-1.hover > img {
  opacity: 0.1;
}
.bunny-sample-1:hover figcaption:before,
.bunny-sample-1.hover figcaption:before {
  right: -5px;
}


/* SAMPLE 2 */
.bunny-sample-2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-width: 250px;
  max-width: 310px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.bunny-sample-2 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bunny-sample-2 img {
  max-width: 100%;
  vertical-align: top;
}
.bunny-sample-2 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.75);
}
.bunny-banner.bunny-sample-2 h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin: 3px 0;
  color:#fff;
}
.bunny-banner.bunny-sample-2 h5 {
  font-weight: 400;
  margin: 0;
  color: #bbb;
  letter-spacing: 1px;
  color:#fff;
}
.bunny-sample-2 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bunny-sample-2:hover figcaption,
.bunny-sample-2.hover figcaption {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: #fff;
}
.bunny-sample-2:hover h3,
.bunny-sample-2.hover h3,
.bunny-sample-2:hover h5,
.bunny-sample-2.hover h5 {
  color: #333;
}


/*SAMPLE 3 STYLE */
.bunny-sample-3 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
}
.bunny-sample-3 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bunny-sample-3:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 100%;
  content: '';
  background-color: rgba(51, 51, 51, 0.9);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.bunny-sample-3 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.bunny-sample-3 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bunny-banner.bunny-sample-3 h3,
.bunny-banner.bunny-sample-3 h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}
.bunny-banner.bunny-sample-3 h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  margin-bottom: 5px;
  color:#fff;
}
.bunny-banner.bunny-sample-3 h5 {
  font-weight: normal;
  background-color: #ae895d;
  padding: 3px 10px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color:#fff;
}
.bunny-sample-3 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.bunny-sample-3:hover:before,
.bunny-sample-3.hover:before {
  top: 10px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  z-index: 1;
}
.bunny-banner.bunny-sample-3:hover h3,
.bunny-banner.bunny-sample-3.hover h3,
.bunny-banner.bunny-sample-3:hover h5,
.bunny-banner.bunny-sample-3.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.bunny-banner.bunny-sample-3:hover h3,
.bunny-banner.bunny-sample-3.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.bunny-banner.bunny-sample-3:hover h5,
.bunny-banner.bunny-sample-3.hover h5 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


/*SAMPLE 4 STYLE */
.bunny-sample-4 {
  background-color: #000;
  display: inline-block;
  font-size: 16px;
  margin: 10px;
  max-width: 315px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.bunny-sample-4 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.bunny-sample-4:before,
.bunny-sample-4:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #000000;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  opacity: 0.9;
  z-index: 1;
}

.bunny-sample-4:before {
  -webkit-transform: skew(45deg) translateX(-155%);
  transform: skew(45deg) translateX(-155%);
}

.bunny-sample-4:after {
  -webkit-transform: skew(45deg) translateX(155%);
  transform: skew(45deg) translateX(155%);
}

.bunny-sample-4 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.bunny-sample-4 figcaption {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
}

.bunny-banner.bunny-sample-4 h3 {
  background-color: #000000;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}

.bunny-sample-4 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.bunny-sample-4:hover > img,
.bunny-sample-4.hover > img {
  opacity: 0.5;
}

.bunny-sample-4:hover:before,
.bunny-sample-4.hover:before {
  -webkit-transform: skew(45deg) translateX(-55%);
  transform: skew(45deg) translateX(-55%);
}

.bunny-sample-4:hover:after,
.bunny-sample-4.hover:after {
  -webkit-transform: skew(45deg) translateX(55%);
  transform: skew(45deg) translateX(55%);
}

.bunny-sample-4:hover figcaption,
.bunny-sample-4.hover figcaption {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}


/*SAMPLE 5 STYLE */
.bunny-sample-5 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #000000;
  text-align: left;
  font-size: 16px;
  background: #ffffff;
}

.bunny-sample-5 *,
.bunny-sample-5:before,
.bunny-sample-5:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bunny-sample-5 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.bunny-sample-5:before,
.bunny-sample-5:after {
  content: '';
  background-color: #000;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bunny-sample-5:before {
  width: 300px;
  height: 2px;
}

.bunny-sample-5:after {
  height: 300px;
  width: 2px;
}

.bunny-sample-5 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
}

.bunny-banner.bunny-sample-5 h3 {
  font-weight: 400;
  padding: 8px 15px;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.bunny-sample-5 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.bunny-sample-5:hover img,
.bunny-sample-5.hover img {
  zoom: 1;
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  opacity: 0.25;
}

.bunny-sample-5:hover:before,
.bunny-sample-5.hover:before,
.bunny-sample-5:hover:after,
.bunny-sample-5.hover:after {
  opacity: 1;
}

.bunny-sample-5:hover:before,
.bunny-sample-5.hover:before {
  width: 50px;
}

.bunny-sample-5:hover:after,
.bunny-sample-5.hover:after {
  height: 50px;
}

.bunny-banner.bunny-sample-5:hover h3,
.bunny-banner.bunny-sample-5.hover h3 {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}


/*SAMPLE 6 STYLE */
.bunny-sample-6 {
  background-color: #fff;
  color: #444;
  display: inline-block;
  font-size: 24px;
  margin: 8px;
  max-width: 315px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.bunny-sample-6 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.bunny-sample-6:after {
  background-color: #d33;
  height: 150%;
  bottom: -145%;
  content: '';
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.bunny-sample-6 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.bunny-sample-6 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.bunny-banner.bunny-sample-6 h3 {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.bunny-banner.bunny-sample-6 h3 span {
  display: block;
  font-weight: 700;
}

.bunny-sample-6 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.bunny-sample-6:hover > img,
.bunny-sample-6.hover > img {
  opacity: 0.1;
}

.bunny-sample-6:hover:after,
.bunny-sample-6.hover:after {
  bottom: 95%;
}

.bunny-sample-6:hover figcaption,
.bunny-sample-6.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}


/*SAMPLE 7 STYLE */
.bunny-sample-7 {
  background-color: #fff;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  margin: 10px 5px;
  max-width: 315px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: right;
  width: 100%;
}

.bunny-sample-7 *,
.bunny-sample-7 *:before,
.bunny-sample-7 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.bunny-sample-7 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.bunny-sample-7:before,
.bunny-sample-7:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #b81212;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.bunny-sample-7:before {
  -webkit-transform: skew(30deg) translateX(80%);
  transform: skew(30deg) translateX(80%);
}

.bunny-sample-7:after {
  -webkit-transform: skew(-30deg) translateX(70%);
  transform: skew(-30deg) translateX(70%);
}

.bunny-sample-7 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 20px 20px 20px 40%;
}

.bunny-sample-7 figcaption:before,
.bunny-sample-7 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b81212;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.bunny-sample-7 figcaption:before {
  -webkit-transform: skew(30deg) translateX(100%);
  transform: skew(30deg) translateX(100%);
}

.bunny-sample-7 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(90%);
  transform: skew(-30deg) translateX(90%);
}

.bunny-banner.bunny-sample-7 h3,
.bunny-banner.bunny-sample-7 p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.bunny-banner.bunny-sample-7 h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  color:#fff;
}

.bunny-banner.bunny-sample-7 p {
  font-size: 0.9em;
  color:#fff;
}

.bunny-sample-7 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.bunny-banner.bunny-sample-7:hover h3,
.bunny-banner.bunny-sample-7.hover h3,
.bunny-banner.bunny-sample-7:hover p,
.bunny-banner.bunny-sample-7.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
}

.bunny-sample-7:hover:before,
.bunny-sample-7.hover:before {
  -webkit-transform: skew(30deg) translateX(30%);
  transform: skew(30deg) translateX(30%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.bunny-sample-7:hover:after,
.bunny-sample-7.hover:after {
  -webkit-transform: skew(-30deg) translateX(20%);
  transform: skew(-30deg) translateX(20%);
}

.bunny-sample-7:hover figcaption:before,
.bunny-sample-7.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(50%);
  transform: skew(30deg) translateX(50%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.bunny-sample-7:hover figcaption:after,
.bunny-sample-7.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(40%);
  transform: skew(-30deg) translateX(40%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}


/*SAMPLE 8 STYLE */
.bunny-sample-8 {
  background-color: #d33;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  margin: 10px;
  max-width: 315px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.bunny-sample-8 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.bunny-sample-8:after {
  background-color: white;
  opacity: 0.6;
  top: 0;
  bottom: 0;
  content: '';
  left: -100%;
  position: absolute;
  width: 200px;
  box-shadow: 0 0 100px white;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.bunny-sample-8 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.bunny-sample-8 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  line-height: 1em;
  opacity: 0;
}

.bunny-banner.bunny-sample-8 h3 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
  text-transform: uppercase;
  color:#fff;
}

.bunny-banner.bunny-sample-8 h3 span {
  font-weight: 700;
  color:#fff;
}

.bunny-sample-8 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.bunny-sample-8:hover > img,
.bunny-sample-8.hover > img {
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.bunny-sample-8:hover:after,
.bunny-sample-8.hover:after {
  left: 200%;
}

.bunny-sample-8:hover figcaption,
.bunny-sample-8.hover figcaption {
  opacity: 1;
}


/*SAMPLE 9 STYLE */
.bunny-sample-9 {
  background-color: #222222;
  color: #ffffff;
  font-size: 16px;
  margin: 10px;
  max-width: 315px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.bunny-sample-9 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.bunny-sample-9:after {
  background-color: #B46E3C;
  bottom: 0;
  content: '';
  height: 0%;
  right: 0;
  position: absolute;
  width: 10px;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.bunny-sample-9 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.bunny-sample-9 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1em;
  opacity: 0;
}

.bunny-banner.bunny-sample-9 h3 {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
  color:#fff;
}

.bunny-banner.bunny-sample-9 h3 span {
  display: block;
  font-weight: 700;
  color:#fff;
}

.bunny-sample-9 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.bunny-sample-9:hover > img,
.bunny-sample-9.hover > img {
  opacity: 0.1;
}

.bunny-sample-9:hover:after,
.bunny-sample-9.hover:after {
  height: 100%;
}

.bunny-sample-9:hover figcaption,
.bunny-sample-9.hover figcaption {
  opacity: 1;
}


/*SAMPLE 10 STYLE */
.bunny-sample-10 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  background-color: #000000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.bunny-sample-10 *,
.bunny-sample-10 *:before,
.bunny-sample-10 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bunny-sample-10 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.bunny-sample-10 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bunny-sample-10 figcaption:before,
.bunny-sample-10 figcaption:after,
.bunny-sample-10 figcaption div:before,
.bunny-sample-10 figcaption div:after {
  opacity: 0;
}

.bunny-sample-10 figcaption:before,
.bunny-sample-10 figcaption:after {
  height: 50%;
  width: 50%;
  position: absolute;
  content: '';
  background-color: #080808;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.bunny-sample-10 figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.bunny-sample-10 figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.bunny-sample-10 figcaption div:before,
.bunny-sample-10 figcaption div:after {
  width: 50%;
  height: 50%;
  position: absolute;
  content: '';
  background-color: #000000;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bunny-sample-10 figcaption div:before {
  top: 0;
  right: 0;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.bunny-sample-10 figcaption div:after {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.bunny-sample-10 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4em;
  z-index: 1;
  opacity: 0;
}

.bunny-sample-10 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.bunny-sample-10:hover img,
.bunny-sample-10.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

.bunny-sample-10:hover i,
.bunny-sample-10.hover i {
  opacity: 0.7;
  color: #b9b9b9;
    -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.bunny-sample-10:hover figcaption:before,
.bunny-sample-10.hover figcaption:before,
.bunny-sample-10:hover figcaption:after,
.bunny-sample-10.hover figcaption:after,
.bunny-sample-10:hover figcaption div:before,
.bunny-sample-10.hover figcaption div:before,
.bunny-sample-10:hover figcaption div:after,
.bunny-sample-10.hover figcaption div:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 0.8;
}