a:focus {
  outline: none !important;
}

.card-img-top {
  width: 250px;
  margin: 10px;
  cursor: pointer;
}
.card-img-top:focus {
  outline: none !important;
}

.fancybox-bg {
  background: white;
}

.fancybox-caption {
font-family: 'Rubik', sans-serif;
	display: none;
  letter-spacing: 2.5px;
  font-size: 24px;
  font-weight: 500;
  background: white;
  color: black;
  text-align: center;
}
.fancybox-caption:before {
  background-image: none;
}
.fancybox-caption a {
  color: #ccc !important;
}

.fancybox-button {
  background: white;
  color: black;
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: black;
}
