HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/crm/public_html/wwwroot/assets/scss/photoswipe.scss
@import "photoswipe/photoswipe-default";
@import "photoswipe/photoswipe";

.my-gallery {
  padding-right: 0;
  img {
    width: 100%;
  }
  figure{
    // margin-bottom: 30px;
  }
  figcaption {
    display: none;
  }
  &.gallery-with-description{
    img{
      padding: 10px !important;
      border: 1px solid #ddd !important;
      border-bottom: none ! important;
      border-radius: 0;
    }
    a{
      > div{
        border-top: none !important;
        margin-bottom: 0;
        padding: 5px 10px 10px 10px;
      }
    }
    h4{
      margin-top: 0px;
    }
  }
  &.gallery{
    figure{
      &.img-hover{
        a{
          > div {
            overflow: hidden;
          }
        }
        &.hover-12{
          a{
            > div {
              background: #158df7;
              &:hover {
                img {
                  opacity: .7;
                }
              }
            }
          }
        }
      }
    }
  }
}
#aniimated-thumbnials{
  figure{
    &:nth-child(12),
    &:nth-child(11),
    &:nth-child(10),
    &:nth-child(9){
      margin-bottom: 30px;
    }
  }
}