
.mySlides {
  display: none;
}

.mySlides img {
  margin:0!important;
}

.gallery-container {
  position: relative;
  border:none;
  width:380px;
}

imgSlide img {
    display:block;
}

.imageSlide{
  width:380px;
}

.prev,
.next {
  border:none;
  background-color:rgb(255,255,255);
  width:36px;
  height:36px;
  border-radius:18px;
  padding: 8px 6.37px 8.46px 7px;
  cursor: pointer;
  float:left;
  margin-top:36px;
}

.prev{
  margin-left:132px;
}

.next {
  margin-left:48px;
}

.prev:hover,
.next:hover {
  background-color:rgba(18, 138, 109,0.40);
}


@media (hover: hover) {
  a:hover {

.prev:hover
  background-color:rgba(18, 138, 109,0.40);

.next:hover
  background-color:rgba(18, 138, 109,0.40);

  }
}



@media (max-width: 590px) {
.prev,
.next{
width:60px;
height:60px;
border-radius:30px;
}

.prev{
margin-left:94px;
margin-top:24px;
}

.next{
margin-top:24px;
}

#pr,
#ne{
width:36px;
height:36px;
}

.prev:hover,
.next:hover {
background-color:rgb(255, 255, 255);
}









