#page-wrapper {
  opacity: 1 !important; }

.image-wrapper:before {
  opacity: 0 !important; }

#javascript-notice {
  display: block !important;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999; }
  #javascript-notice .inner {
    position: relative;
    display: block;
    max-width: 460px;
    margin: 0 20px;
    left: 50%;
    top: 50%;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 4px; }
    #javascript-notice .inner p {
      margin: 0 !important; }
