.logo {
  position: absolute;
  right   : 12vw;
  z-index : 999;
  top     : 0;
}

.el-item .uk-overlay-default {
  transition: .5s;
}

.el-item:hover .uk-overlay-default {
  background: rgba(22, 22, 22, 1);
}

.el-item:hover .uk-overlay-default .uk-button-default {
  background  : #f39000;
  border-color: #f39000;
}

@media (min-width: 1200px) {
  .uk-logo {
    display: none;
  }
}

.uk-slider-items .el-item {
  width: unset;
}

.uk-slider-items .el-item .el-image {
  width: unset;
}

.grid .el-meta {
  font-size: 12px;
  color:rgba(255,255,255,.7);
}