.slDarkLayer .fluid_dgContents::after{background: none;}
.fluid_dg_caption > div{
	
    background: rgba(0,0,0,0.6);
    height: auto;
    padding: 5px;
    display: inline-block;
    border: 1px solid #b5b2b2;
    text-align: center !important;
	
	border-radius: 15px;
	
}



/* by aash */
/* by aash */
.mytop {
  --offset: 100px; 
  
  position: sticky;
  bottom: 2px;      
  right:2px; 
  place-self: end;
  margin-top: calc(100vh + var(--offset)); 


  color:white; font-weight:bold; text-align:right; background:gray; padding:5px; width: 100px;  height:2px; border: 5px solid orange; border-radius: 50px;
    
}
/* remove the below if you don't want smooth scrolling */
html,
body {
	scroll-behavior: smooth;
}

.minwh {
  min-width: 220px;
  min-height: 75px;
}

