
        .ng-hide {
            display: none !important;
        }
		.ys-tj{
		    color: rgb(255, 0, 0);
		}
		.slides {
            display: none; 
        }

        .active {
            display: block; 
        }

        @keyframes fade {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        .slidesa {
            display: none;
        }
       .activea {
            display: block; 
        }
        @keyframes fadea {
            from { opacity: 0; }
            to { opacity: 1; }
        }
       

      [tsbrowser_force_max_size] {
        width: 100% !important;
        height: 100% !important;
        left: 0px !important;
        top: 0px !important;
        margin: 0px !important;
        padding: 0px !important;
        transform: none !important;
      }
      [tsbrowser_force_fixed] {
        position: fixed !important;
        z-index: 9999 !important;
        background: black !important;
      }
      [tsbrowser_force_hidden] {
        opacity: 0 !important;
        z-index: 0 !important;
      }
      [tsbrowser_hide_scrollbar] {
        overflow: hidden !important;
      }
      [tsbrowser_display_none] {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
      }
      [tsbrowser_force_show] {
        display: black !important;
        visibility: visible !important;
        opacity: 0;
      }
	  .slideshow {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.slideshow img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.slideshow img.active {
    opacity: 1;
}
 @media screen and (max-width: 960px) {
            .slideshow-container {
                display: none; 
            }
 }
 @media screen and (min-width: 960px) {
            .slideshow-containera {
                display: none; 
            }
        }