#dialog{
  display: none;
   position: "relative"
}

.followScroll {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Modal Content/Box */
.reklam_image {
  
  width: 430; 
  height: 650px;
}

/* The Close Button */
.close {
  color: black;
  float: right;
  font-size: 50px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 


@media (max-width:991px) {
  .followScroll {
    display: none;
  }


  /* Modal Content/Box */
.reklam_image {
  width: 100%; /* Could be more or less, depending on screen size */
  margin: auto;
}
} 