.layout-30-content-wrapper {
  border: 2px solid #9a9a9a;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.layout-30-text-wrapper {
  position: relative;
  z-index: 4;
}
.layout-30-content-wrapper:hover {
  border: 2px solid #cf564b;
}
.layout-30-block-1:hover {
  background-color: #fffcf7;
}
.layout-30-block-2:hover {
  background-color: #cf564b;
}
.layout-30-block-3:hover {
  background-color: #000000;
  color: #fff;
}
.layout-30-image-wrapper {
  position: absolute;
  bottom: -100%;
  z-index: 2;
  width: 100%;
  right: -60px;
  display: flex;
  justify-content: end;
  transition: all 0.5s ease;
}
.layout-30-image-wrapper img {
  width: 50%;
  height: auto;
}
.layout-30-content-wrapper:hover .layout-30-image-wrapper {
  z-index: 2;
  transition: all 0.5s;
 /* transform: translateY(-100%);*/
  bottom: 0;
}
