/* Styl pro banner WebsiteBoys */
.website-boys-banner img,
.website-boys-banner a img,
div.website-boys-banner img,
div.website-boys-banner a img,
.col-md-12.website-boys-banner img,
.col-md-12.website-boys-banner a img {
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease !important;
}

.website-boys-banner a:hover img,
div.website-boys-banner a:hover img,
.col-md-12.website-boys-banner a:hover img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-3px) !important;
}