@font-face {
  font-family: "Entypo";
  src: url("../fonts/Entypo.otf");
}

#gallery {
  padding: 10px;
}

.mix-gallery {
  box-shadow: none !important;
  font-family: "Fira" !important;
  background-color: #f6f6f6 !important;
}

.overlay-elTextContainer {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #f6f6f6 !important;
  padding: 20px !important;
}

.overlay-element {
  padding-right: 0px !important;
}

.overlay-textContainer {
  margin-right: 0px !important;
  margin-top: 5% !important;
}

.gallery-item:hover .element img,
.gallery-item:hover .element video,
.gallery-item:hover .element iframe {
  transform: scale(1.05);
  filter: blur(2px) brightness(75%);
}

.overlay-textContainer {
  display: none;
}

.mix-gallery .nav-menu {
  display: none !important;
}

.gallery-item .title {
  font-family: "Entypo" !important;
  font-size: 70px !important;
  top: 45% !important;
  left: 50% !important;
}
