.layout-29-content-wrapper {
  position: relative;
  border: 2px dashed #9a9a9a;
  padding: 5px;
  transition: all 0.5s;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  text-decoration: none;
}

.layout-29-title-wrapper {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  color: #cf564b;
  padding: 10px 5px;
}

.layout-29-title-wrapper h3 {
  margin-bottom: 0px;
}

.overlayBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
}

.layout-29-hover-img {
  position: absolute;
  bottom: -60%;
  z-index: 2;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  transition: all 0.5s ease;
}

.layout-29-content-wrapper:hover {
  background-color: #cf564b;
  transition: all 0.5s !important;
  border: 2px solid #cf564b;
}

.layout-29-content-wrapper:hover .layout-29-title-wrapper {
  color: white;
  transition: all 0.5s;
}

.layout-29-content-wrapper:hover .overlayBg {
  opacity: 1;
}

.layout-29-content-wrapper:hover .layout-29-hover-img {
  z-index: 2;
  transition: all 0.5s;
  transform: translateY(-180%);
}
