/* --> Responsive <-- */
.ponudba_block .single {
  width: 23%;
  position: relative;
  -webkit-transition: height 2s linear 1s;
  transition: height 2s linear 1s;
  min-height: 390px;
}
@media only screen and (max-width : 989px) {
  .ponudba_block .single {
    margin: 0 5px;
  }
}
.ponudba_block .single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ponudba_block .single .text-area {
  -webkit-transition: height 2s linear 1s;
  transition: height 2s linear 1s;
  position: absolute;
  bottom: 12px;
  width: 100%;
  padding: 20px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}
.ponudba_block .single .text-area .hide-this {
  -webkit-transition: height 2s linear 1s;
  transition: height 2s linear 1s;
}
.ponudba_block .single:hover .text-area .hide-this {
  display: block;
}
@media only screen and (max-width: 767px) {
  .ponudba_block .single:hover .text-area .hide-this {
    display: none;
  }
}

/*# sourceMappingURL=ow-ponudba-script.css.map*/