img {
    vertical-align: middle;
  }
.downloadLink{
  display: block;
  
  right: 0;
}
.downloadBTN{
  margin: 4px;
  padding: 4px;
  right: 0;
  text-align: center;
  color: #fd6e00;
  font-weight: bold;
  position: absolute;
}
  /* Position the image container (needed to position the left and right arrows) */
  .picture_container {
    margin-top: 35px;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  .max_pic_size{
    height: 1000px;
  }
  .min_pic_size{
    height: 94px;
    width: 100%;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prevPic,
  .nextPic {
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 3px 3px;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .nextPic {
    right: 0;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prevPic:hover,
  .nextPic:hover {
    background-color: rgba(31, 31, 31, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    margin-top: 35px;
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .separator_line {
    text-align: center;
    background-color: #212121;
    padding: 2px 5px;
    color: white;
  }
  
  .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: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }

@media only screen and (max-width: 1920px) {
  .threeD-window {
    top: 40px;
    display: block;
    height: 600px;
    width: 338px;
    background-image: repeating-linear-gradient(180deg, #333, #212121 35px, #000000 35px);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: absolute;
  }
  .max_pic_size{
    height: 600px;
  }
  .min_pic_size{
    height: 94px;
    width: 100%;
  }
}
/*------------------------------------------------------------------------- Tablet -------------------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {

}

/*----------------------------------------------------------------------- Mobile --------------------------------------------------------------------------*/

@media only all and (max-width: 768px) {

}

@media only all and (max-width: 600px) {

}
@media only all and (max-width: 500px) {

}
@media only all and (max-width: 400px) {

}
@media only all and (max-width: 384px) {

}

@media only all and (max-width: 360px) {
	.SomeSettingExample {
		z-index: 0;
		top: -1px;
		position: absolute;
	}

}

@media only all and (max-width: 320px) {

}
@media only all and (max-width: 250px) {

}