.img_flip{
    width: 340px;
    height: 217px;
    border-radius: 7px;
}

.overlay {
  opacity: 0.6;
  backface-visibility: hidden;
  background: black;
}

.flip_custom_back{
    text-align: center;
    height: 235px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}