@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap);body{font-family:"Roboto Condensed",sans-serif}.container{width:100%;max-width:970px;margin:auto}.kb-recipe-teaser-gallery{display:flex;width:100%;height:420px;position:relative}.kb-recipe-teaser-gallery__slides{display:flex;border-radius:5px;overflow:hidden}.kb-recipe-teaser-gallery__slide{display:inline-block;width:100%;scroll-snap-align:start;flex-shrink:0}.kb-recipe-teaser-gallery__slide__image{width:100%;min-height:420px}.kb-recipe-teaser-gallery__caption{display:none;flex-direction:column;position:absolute;left:0;bottom:0;height:220px;width:100%;background:rgba(0,0,0,.5);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#fff;border-radius:5px;border-top-right-radius:0;border-top-left-radius:0;padding:20px 20px;box-sizing:border-box}@media screen and (min-width:680px){.kb-recipe-teaser-gallery__caption{left:60px;top:65px;bottom:auto;height:270px;width:400px}}.kb-recipe-teaser-gallery__caption--active{display:flex}.kb-recipe-teaser-gallery__caption h1{font-size:20px;font-weight:400;margin-top:10px}@media screen and (min-width:680px){.kb-recipe-teaser-gallery__caption h1{font-size:30px}}.kb-recipe-teaser-gallery__caption p{margin-top:0;margin-bottom:0;font-size:16px;line-height:24px;flex-grow:1}.kb-recipe-teaser-gallery__caption__btn-holder{text-align:right}@media screen and (min-width:680px){.kb-recipe-teaser-gallery__caption__btn-holder{text-align:left}}.kb-recipe-teaser-gallery__caption__btn{background:#9fc120;color:#fff;padding:10px 20px;border-radius:3px;cursor:pointer;text-decoration:none;display:inline-block}.kb-recipe-teaser-gallery__controls{position:absolute;top:50%;margin-top:-30px;padding:0 10px;box-sizing:border-box;display:flex;justify-content:space-between;width:100%}@media screen and (min-width:680px){.kb-recipe-teaser-gallery__controls{margin-top:-20px}}.kb-recipe-teaser-gallery__controls__button{background:#fff;height:40px;width:40px;border-radius:100%;box-shadow:0 3px 7px rgba(0,0,0,.3);background-size:18px 18px;background-repeat:no-repeat;background-position:center center;cursor:pointer}.kb-recipe-teaser-gallery__controls__button--hidden{visibility:hidden}.kb-recipe-teaser-gallery__controls__button--prev{background-image:url(chevron_left.svg)}.kb-recipe-teaser-gallery__controls__button--next{background-image:url(chevron_right.svg)}