.sqs-gallery-block-slideshow {
background-color: rgba(255, 255, 255, 0);
}
.project-controls {
visibility: hidden;
}
.sqs-gallery-controls .next:before,
.sqs-gallery-controls .previous:before {
font-size: 24px;
height: 24px;
color: #000;
line-height: 24px;
width: 24px;
}
.sqs-gallery-controls .previous,
.sqs-gallery-controls .next {
background: rgba(248, 248, 255, 0) !important;
}
.sqs-gallery-block-slideshow:hover .sqs-gallery-controls a::before {
opacity: 1;
transition: opacity 200ms ease-in;
}
.sqs-gallery-block-slideshow .sqs-gallery-controls a::before {
opacity: 0;
}
.sqs-gallery .slide .meta {
transition: opacity 200ms ease-in;
}
/* This is for the zoom effect */
.content-fill img {
transition: all 0.5s ease !important;
}
.content-fill img:hover {
transform: scale(1.1);
transition: all 0.5s ease !important;
}
/* End Effect */
img.thumb-image.loaded:hover {
transform: none !important;
}
.social-links {
text-align: right !important;
float: none;
width: 100%;
}
.desktop-arrows,
.mobile-arrows {
display: none !important;
}