.main {
    background: transparent;
    border-color: transparent;
    margin: 0 auto 0;
    width:100%;
    height:auto;
    position:absolute;
    overflow:hidden;
    top:17.25em;
}
/* Slideshow container */
.slideshow-container {
    max-width: 50%;
    position: relative;
    margin: 0 auto 0;
    overflow:hidden;
}
/* Caption text */
.text {
    color:rgba(250,162,201,1.0);
    font-family: 'Josefin Slab', serif;
    font-size:0.55em;
    margin: 0.5em 0.5em 0;
    position: relative;
    width: 100%;
    text-align: center;
}
h2.animate {
    animation: textwelle 3s;
    margin: 0 auto 0;
    color:rgba(250,162,20,0.65);
}
.w3-animate-fading{
    animation:fading 10s infinite}
    @keyframes fading{
        0%{opacity:0}
        25% {opacity:0.75}
        50%{opacity:1}
        75%{opacity:0.5}
        100%{opacity:0}
    }
@keyframes textwelle {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    70% {
        transform: scale(1.25);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/* The dots/bullets/indicators */
.dot {
    height: 11px;
    width: 11px;
    margin: 0 auto 0;
    background-color:rgba(255,255,255,0.15);
    border-radius: 50%;
    display: inline-block;
    border:1px solid rgba(255,255,255,0.65);
    transition: background-color 0.6s ease;
    margin: 0 auto 0;
}
.active {
    background-color: rgba(171,48,38,0.85);
}
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2.5s;
    animation-name: fade;
    animation-duration: 2.5s;
}
@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
img{
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.55), 0 4px 6px rgba(0, 0, 0, 0.25);     
}
.mySlides{
    margin: 0 auto 0;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    @-webkit-keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    }
    100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    }
    }
    @keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    }
    100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    }
    }


.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes zoomInDown {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
  opacity: 1;
  -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
  }
  @keyframes zoomInDown {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
  opacity: 1;
  -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
  }


.circle {
   width: 19.95em;
   height: 19.95em;
   background: rgba(0,0,0,0.89);
   border-radius: 50%;
   margin: 0 auto 0;
   border:5px solid rgba(0,0,0,0.66);
}
 /* On smaller screens, decrease text size */

@media only screen and (max-width: 736px) {
.inner .posi{
            position: relative;
            top:0.90em;
            margin: 0 auto 0;
        }
.text {font-size: 0.85em;}
.main {
    background: transparent;
    border-color: transparent;
    margin: 0 auto 0;
    width:100%;
    height:auto;
    position:relative;
    overflow:hidden;
    top:6.5em;
}
/* Slideshow container */
.slideshow-container {
    max-width: 35%;
    position: relative;
    margin: 0 auto 0;
    overflow:hidden;
}
.circle {
    width: 7.35em;
    height: 7.35em;
    background: rgba(0,0,0,0.89);
    border-radius: 50%;
    margin: 0 auto 0;
    border:2px solid rgba(0,0,0,0.66);
}
img{
    width:40%;
    height:auto;
}
}
@media only screen and (max-width: 411px) {
.slideshow-container {
    max-width: 42%;
    position: relative;
    margin: 0 auto 0;
    overflow:hidden;
}
.text {font-size: 0.62em;
letter-spacing:0.0em;
max-width:350px;
margin:0 auto 0;}
}