.lity {
/*    background: rgba(69, 182, 253, 0.2);
*/	background: rgba(0, 0, 0, 0.6);
}

.lity-close {
    background: #14948a;
    border-radius: 50%;
    position: absolute;
    top: -24px;
    right: -24px;
    font-size: 64px;
    width: 64px;
    height: 64px;
}

@media (max-width: 750px) {
    .lity-close {
        top: -13px;
        right: 2px;
        font-size: 38px;
        width: 40px;
        height: 40px;
    }
}

.lity-close:hover {
    background: #14948a;
	opacity: 0.7;
}

.lity-iframe-container iframe {
    box-shadow: 0 0 8px rgba(69, 182, 253, 0.6);
    -webkit-box-shadow: 0 0 8px rgba(69, 182, 253, 0.6);
    height: 100%;
}

@media (max-width: 750px) {
    .lity-iframe .lity-container {
        height: 80vh;
        padding: 0 1rem;
    }
}

@media (max-width: 750px) {
    .lity-iframe-container {
        height: 80vh;
    }
}

.lity-content {
    overflow: hidden;
}

.lity-iframe .lity-container::before {
    content: "";
  position: absolute;
  width: 66px;
  height: 6px;
  background: #14948a;
  top: -4px;
  left: -2px;
  border-radius: 10px;
  z-index: 99;
}
@media (max-width: 750px) {
    .lity-iframe .lity-container::before {
        left: 1rem;
    }
}

.lity-iframe .lity-container::after {
    content: "";
  position: absolute;
  width: 6px;
  height: 104px;
  background: #14948a;
  top: -4px;
  left: -2px;
  border-radius: 10px;
  z-index: 99;
}
@media (max-width: 750px) {
    .lity-iframe .lity-container::after {
        left: 1rem;
    }
}
