.mySlides {display: none}
/*
img {vertical-align: middle;}
*/





/* Slideshow container */

.slideshow-container {
  position: relative;
}

/* Next & previous buttons */
.prev, .next {
  	cursor: pointer;
	position: absolute;
  	width: auto;
 	color: #1283cf;
  	font-weight: bold;
  	font-size: 50px;
  	user-select: none;
	text-decoration: none !important;
	top: -150%;
    -ms-transform: translateY(150%);
    transform: translateY(150%);
}

.prev:hover, .next:hover {
	text-decoration: none !important;
}



@media all and (max-width: 768px) and (min-width: 200px) {
                    /* Change Resolutions Here */
.prev, .next {
    display: none;
}
}


/* Position the "next button" to the right */
.next {
    right: 5%;
    z-index: 2;
}

.prev {
    left: 5%;
    z-index: 2;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

#content_slider .active, #content_slider .dot:hover {
  background-color: #4ba0f7;
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}