* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
  /* width:500px */
}
.mySlides:first-child {
  display:block
  /* width:500px */
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: right;
  /*background-color: #222;*/
  padding: 2px 0;
  color: #666;
}

.caption-container {padding-top:23px; padding-bottom:0; font-size:20px}
.caption-container .press{padding-top:23px; padding-bottom:0; font-size:14px}
.caption-container .gs_md{ margin-top:-20px;font-size:14px}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  /*width: 16.66%;*/

}

/* Add a transparency effect for thumnbail images */
.demo
 {
  opacity:1;
}

.demo.active,
.demo:hover {
  opacity: 0.6;
}

.dev_thumb {width:250px; height:150px; margin-right:10px; margin-bottom:10px; border-radius:7px }
.dev_img {width:686px; height:630}

.press_thumb {width:180px; height:160px; margin-right:10px; margin-bottom:10px; border-radius:7px }
.press_img {width:500px; height:670px}
