/*SLIDES*/
.mySlides {
  display:none;
  margin-top: 125px;
}

.w3-left, .w3-right, .w3-badge {
  cursor:pointer;
  font-size: 40px
}

.w3-badge {
  height:20px;
  width:20px;
  padding:0;
  margin-top: 25px; /* Adjust this value to move the badges down */
}

.w3-blue,.w3-hover-blue:hover{
  color:#000!important;
  background-color:#4485f3!important
}

.w3-content,.w3-auto{
  margin-left:auto;
  margin-right:auto
}

.w3-ccontent{
  max-width:100%
}

@media only screen and (max-width: 775px){
  .mySlides{margin-top: 45px}
  .w3-badge {
    height: 15px;  /* Smaller height for badges */
    width: 5px;   /* Smaller width for badges */
    margin-top: 60px;
  }
  .w3-left, .w3-right, .w3-badge {font-size:25px}
}