html { } .slideshow { width: 100%; max-width: 670px; font-size: 16px; font-weight: normal; } .slideshow__heading { text-align: center; } .slideshow__inner-wrapper { position: relative; max-width: 670px; height: 240px; } .slide { position: absolute; top: 0; left: 0; width: 100%; max-width: 670px; height: 240px; } .slide__content { display: block; position: absolute; bottom: 0; left: 0%; right: 0%; padding-top: 8px; padding-bottom: 8px; background-color: rgba(255, 255, 255, 0.8); } .slide__title-link { } .slide__title { width: 86%; margin-left: auto; margin-right: auto; font-size: 24px; font-weight: bold; text-align: center; } .slide.has-description .slide__title { } .slide__description { display: none; } .slide.has-description .slide__description { display: block; width: 96%; margin-left: auto; margin-right: auto; font-size: 20px; font-weight: bold; text-align: center; } .slide__image { width: 100%; height: 240px; object-fit: cover; border-radius: 0px; } .slide__label { display: inline-block; position: absolute; top: 20px; right: 15px; padding: 2px 15px; font-size: 18px; color: #000000; background-color: rgba(255, 255, 255, 0.8); } .slideshow__icon { width: 34px; height: 34px; } .slideshow__icon.hide { display: none; } .slideshow__icon__link { border-radius: 4px; font-size: 25px; line-height: 34px; text-align: center; background-color: rgba(255, 255, 255, 0.8); transition: 0.2s ease-in; } .slideshow__icon__link:hover { background-color: rgba(255, 255, 255, 0.95); transition: 0.2s ease-in; } .slideshow__icon.left { position: absolute; top: 103px; left: 5px; } .slideshow__icon.right { position: absolute; top: 103px; right: 5px; } .slideshow__icon:hover { cursor: pointer; } .slideshow__buttons { position: relative; } .slideshow__buttons.hide { display: none; } .slideshow__buttons:hover { cursor: pointer; } .slideshow__slide-button { display: block; float: left; opacity: 0.3; width: 30px; height: 30px; margin-top: 10px; margin-left: 20px; border-radius: 4px; background-color: #333333; transition: 0.2s ease-in; } .slideshow__slide-button:hover { opacity: 0.8; transition: 0.2s ease-in; } .slideshow__slide-button.currentSlideButton { opacity: 1; transition: 0.2s ease-in; } .slideshow__slide-button.currentSlideButton:hover { opacity: 1; transition: 0.2s ease-in; } #slideButton0 { margin-left: 0; } #pausePlayButton { display: block; float: left; width: 30px; height: 30px; margin-top: 10px; margin-left: 20px; border-radius: 4px; background: url(../images/pause-button.png) 50% 50%/cover no-repeat; } #pausePlayButton.paused { background: url(../images/play-button.png) 50% 50%/cover no-repeat; } .slideshow__settings { display: none; } @media only screen and (min-width: 700px){ } @media only screen and (min-width: 1200px){ .slideshow { } .slideshow__inner-wrapper { width: 670px; height: 400px; } .slide { width: 670px; height: 400px; } .slide__image { height: 400px; } .slideshow__icon.left { position: absolute; top: 183px; left: 15px; } .slideshow__icon.right { position: absolute; top: 183px; right: 15px; } }