*{
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  
}

.hiddenPics{
  display: none;
}

.picSizing{
  text-align: center;
  width: 60%;
}

.container-Artworks{
  max-width: 900px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.gallery-wrapper{
  padding: 100px 0;
}

.words2022{
  display: inline-block;
  width: 60%;
}

.artworks-discription{
  text-align: center;
}

@media(max-width:650px){
  .picSizing{
    width: 70%;
  }
  .words2022{
    width: 70%;
  }
}


/* fancybox CSS */
.fancybox__container {
  --fancybox-bg: #fff;
  --fancybox-color: #333;
  --fancybox-accent-color: #e879f9;

  --carousel-button-svg-filter: none;


}

.fancybox__toolbar {
  position: relative;

  padding: 0;
  background: rgba(255, 255, 255, 0);


  text-shadow: none;
  font-weight: 400;

  --carousel-button-svg-stroke-width: 1.75;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__nav .carousel__button.is-prev {
  opacity: 0.1;
}

.fancybox__nav .carousel__button.is-next {
  opacity: 0.1;
}

.fancybox__leftCol {
  width: 100vw;
  min-height: 1px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.mb-2{
  text-align: center;
}

@media(min-width:650px){


a[data-fancybox] img {
  cursor: zoom-in;
}

.fancybox__container {
  display: flex;
  flex-direction: row;
}

.fancybox__toolbar {
  position: relative;

  padding: 0;
  background: rgba(255, 255, 255, 0);


  text-shadow: none;
  font-weight: 400;

  --carousel-button-svg-stroke-width: 1.75;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide {
  padding-top: 8px;
  padding-bottom: 8px;
}

.fancybox__nav {

  --carousel-button-border-radius: 6px;

  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;

  --carousel-button-svg-stroke-width: 2.5;
}





.fancybox__leftCol {
  width: 80vw;
  min-height: 1px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.fancybox__rightCol {
  width: 20vw;
  max-width: 300px;
  height: 100%;
  padding: 2rem;
  overflow: auto;

  display: flex;
  justify-content: center;
  align-items: center;

  border-left: 1px solid #edeef0;

  opacity: var(--fancybox-opacity, 1);
}

/* Opening */
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__rightCol {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

/* Closing */
.fancybox__container.is-animated.is-closing .fancybox__rightCol {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox__container.is-animated.is-closing .fancybox__leftCol {
  overflow: visible;
}

}


