// Gallery controls
// Change the size of the controls
.gallery-fullscreen-slideshow-control-btn-icon svg {
width: 70px !important;
height: 70px !important;
}
// Transparent controls color
.gallery-fullscreen-slideshow-control-btn::before {
background-color: transparent !important;
}
// Change controls color
.gallery-fullscreen-slideshow-control-btn svg {
stroke:white;
}