/* Override lity CSS */
.lity {
    background: rgba(0,0,0,0.5);
}
.lity-content::after {
    box-shadow: none;
}
.lity-iframe-container iframe {
    background: transparent;
}

#popup_ets {
    display: none;
}

.popup_ets_container img {
    max-width: 100%;
    height: auto;
}

.popup_ets_description {
  background-color: white;
  text-align: center;
  padding: 12px;  
}
