/* .card .owl-carousel .item{
 font-size: 24px;
 text-align: center;
 margin-top: 20px;
}
.owl-carousel .item img .size{
    height: 200px;
}
.owl-next{
 float:right;
}
.owl-prev{
 float:left;
}
.owl-prev span{
 font-size: 24px;
 font-weight: bold;
}
.owl-next span{
 font-size: 24px;
 font-weight: bold;
}
@media screen and (max-width: 800px){
    .owl-carousel .item{
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
       }
       .owl-carousel .item img .size{
           height: 100px;
           width: auto;
       }
       .owl-next{
        float:right;
       }
       .owl-prev{
        float:left;
       }
       .owl-prev span{
        font-size: 14px;
        font-weight: none;
       }
       .owl-next span{
        font-size: 14px;
        font-weight: none;
       }
} */







.mySlides1,
.mySlides2 {
  display: none
}

img {
  vertical-align: middle;
}

.slideshow-container {
  /* max-width: 1000px; */
  max-width: 100%;
  width: 100%;
  position: relative;
  margin: auto;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: #f1f1f1;
  color: black;
}

a {
  text-decoration: none;
}

.header {
  text-align: center;
  padding: 32px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  -ms-flex: 25%;
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Media Query */

@media screen and (max-width: 800px) {
  .slideshow-container {
    max-width: 100%;
    width: 100%;
  }

  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}