/*///////////////////////////////////////////////////////////////////////////////////////
//   PP SLIDESHOW - Reduce the image size in gallery mode
///////////////////////////////////////////////////////////////////////////////////////*/
.ansel-slides-container .slide img {
  scale: 90%;
}
.pp-grid-image__image {
  cursor: pointer;
}
.ansel-slides-container {
  backdrop-filter: blur(8px);
}


/*///// PP MENU MOBILE 100% WIDTH ////*/
body:not(.pp-visualbuilder) .pp-slideover > .pp-block {
width: 100vw !important;
}