            #_gallery-9-6197.oxy-gallery-flex .oxy-gallery-item {
                width: calc(33.333% - 10px - 10px);
                margin: 10px;
                min-width: px;
                overflow: hidden;
                flex: auto;
            }

            #_gallery-9-6197.oxy-gallery-flex .oxy-gallery-item-sizer {
                padding-bottom: 56.25%;
                position: relative;
            }
        
            #_gallery-9-6197.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-9-6197.oxy-gallery-captions .oxy-gallery-item .oxy-gallery-item-contents figcaption:not(:empty) {
                opacity: 0;
            }
            #_gallery-9-6197.oxy-gallery-captions .oxy-gallery-item:hover .oxy-gallery-item-contents figcaption {
                opacity: 1;
            }

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

            #_gallery-9-6197.oxy-gallery .oxy-gallery-item:hover {
              opacity: ;
            }

        