body {
  font-family: Verdana, Arial;
  font-size: 12px;
  height: 100vh;
}

h1 {
  margin-bottom: 0px;
}

#works {
	width: 550px;
}

#works img {
	width: 550px;
  height: 550px;
}

#works .img_prev {
	float: left;
}

#works .img_next {
	float: right;
}

#gallery {
  display: inline-block;
  clear: both;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.work {
  float: left;
	width: 100px;
  height: 100px;
  border: solid 1px #eee;
  padding: 2px;
  margin: 2px;
}

.work img {
 	width: 100% !important;
  height: 100% !important;
}

.visible {
 visibility: visible;
}

.hidden {
 visibility: hidden;
}

#maximized {
  position: fixed; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  margin: auto;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2%;
}

#maximized_content {
    width: 100%;
    height: 100%;
}

#maximized img {
    max-width: 100%;
    max-height: 100%;
}

#maximized_url {
  width: 100%;
  position: absolute;
  bottom: 3%;
  left: 0;
}

#close_image {
  float: right;
  color: white;
  font-weight: bold;
  font-size: 2em;
  cursor: pointer;  
}

