/*
.sadrzaj {
    
    width: 930px; 
    margin-top: 45px;
    margin-right: 0 !important;
    
    
}
*/




.cont {
  position: relative;
  width: 310px;
  margin-bottom: 20px;
}



.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #FAB96E;
}

.cont:hover .overlay {
  opacity: 1;

}

.text {
  color: black;
  font-size: 11px;
  position: absolute;
  text-align: left;
}





