      .modal-content {
        background-color: rgba(0, 0, 0, 0.93) !important;
      }

      .btn-close {
        background: transparent
          url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
          center/1em auto no-repeat !important;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 9999;
      }

      .btn-close:focus {
        box-shadow: none;
      }

      .modal-fullscreen .modal-body {
        overflow-y: hidden !important;
      }

      .modal-image {
        width: min(700px, 100%);
      }

      .image-style {
        cursor: pointer;
        transition: .5s;
      }

      .image-style:hover {
        cursor: pointer;
        box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075),
          0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075),
          0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075);
      }