
            #_gallery-170-5804.oxy-gallery-captions .oxy-gallery-item .oxy-gallery-item-contents figcaption:not(:empty) {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                background-color: rgba(0,0,0,0.75); /* caption background color */
                padding: 1em;
                color: #ffffff;  /* caption text color */
                font-weight: bold;
                -webkit-font-smoothing: antialiased;
                font-size: 1em;
                text-align: center;
                line-height: var(--oxy-small-line-height);
                /*pointer-events: none;*/
                transition: 0.3s ease-in-out opacity;
                display: block;
            }

                
            #_gallery-170-5804.oxy-gallery-captions .oxy-gallery-item .oxy-gallery-item-contents figcaption:not(:empty) {
                opacity: 0;
            }
            #_gallery-170-5804.oxy-gallery-captions .oxy-gallery-item:hover .oxy-gallery-item-contents figcaption {
                opacity: 1;
            }

                    
            /* hover effects */
            #_gallery-170-5804.oxy-gallery .oxy-gallery-item {
              opacity: ;
              transition: 0.3s ease-in-out opacity;
            }

            #_gallery-170-5804.oxy-gallery .oxy-gallery-item:hover {
              opacity: ;
            }

        
            #_gallery-170-5804 .oxy-gallery-item .oxy-gallery-item-contents {
                height: 100%;
            }
            #_gallery-170-5804 .oxy-gallery-item .oxy-gallery-item-contents img {
                height: 100%;
                object-fit: cover;
            }

        