{box-sizing: border-box}
.mySlides {display: none}
#news_img{
	clear: both; 
	float: left; 
	text-align:center;
	width:30%;
	margin-top: 1%;
	margin-left: 1%;
	margin-bottom: 1%;
}
#news_button{
	margin-left: 5px;
	clear: both;
	width: 80%;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position:absolute;
  top: 100%;
  width: auto;
  padding: 10px;
  margin: -0.5%;
  margin-top: -5px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 5px;
  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);
}

/* Caption text */
.text {
  clear: none;
  float: left;
  margin-top: 2%;
  margin-left: 1%;
  margin-right: 2%;
  color: black;
  padding: 8px 12px 0px;
  position:relative;
  bottom: 0px;
  width: 60%;
  text-align: justify;
  text-indent: 20px; 
  line-height:150%;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 480px) {
  .prev, .next,.text {font-size: 12px;}
  .text {width: 85%}
  #news_img {width: 95%}
  .newsimg {max-height: 100px}
  .dot {height: 7px; width: 7px;}
}
@media only screen and (max-width: 768px) {
  .prev, .next,.text {font-size: 14px;}
  .text{width: 89%}
  #news_img {width: 95%}
  .newsimg{max-height: 100px}
  .dot {height: 7px; width: 7px;}
}
@media only screen and (min-width: 769px) {
  .prev, .next,.text {font-size: 16px;}
  .newsimg{max-height:150px}
}