@charset 'utf-8';

@lightbox-bg:rgba(0,0,0,0.8);
// .i-amphtml-element {
//     background: @lightbox-bg;
//     width: 100%;
//     height: 100%;
//     position: absolute;
//     left: 0;
//     top: 0;
//     bottom: 0;
//     right: 0;
//     z-index: 9999;
//   }
  amp-lightbox {
    display: none;
    position: fixed!important;
    z-index: 999999;
    top: 0!important;
    left: 0!important;
    bottom: 0!important;
    right: 0!important;
}
.lightbox{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.8)!important;
}
