
                /* Slide Overlay */
                .slide-overlay {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 0, 0, 0);
                    /* You can make it semi-transparent like 0.3 */
                    z-index: 2;
                    pointer-events: none;
                }

                /* Caption above overlay */
                .tp-caption {
                    z-index: 3 !important;
                }

                /* Responsive font */
                @media (max-width:768px) {
                    .tp-caption[data-fontsize="60"] {
                        font-size: 32px !important;
                        line-height: 42px !important;
                    }

                    .tp-caption[data-fontsize="22"] {
                        font-size: 16px !important;
                        line-height: 22px !important;
                    }
                }
             