img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.containers {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
  width: 100%;
  height: 50%;
  margin-top: 20px;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

.numbertext {
  color: #080808;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.me a {
  font-size: 1rem;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 20%;
  margin-top: 6px;
  padding: 5px;
}
.demo {
  width: 100%;
}
/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
.row {
  display: flex;
  align-items: center;
  margin-left: 28.3%;
}
@media screen and (max-width: 768px) {
  .column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 5px;
  }
  .row {
    display: flex;
    align-items: center;
    margin-left: 0.5%;
  }
}

/* drop-down  */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown {
  width: 100%;
  margin-top: 10px;
}
.dropdown {
  margin-bottom: 5px;
}
#works {
  margin-right: -1px;
}
.top_level4 {
  border-top: 1px solid #808080;
}

/* end */
