@-webkit-keyframes scrollInfinite{from{-webkit-transform:translateY(-100%);transform:translateY(-100%)}
to{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes scrollInfinite{from{-webkit-transform:translateY(-100%);transform:translateY(-100%)}
to{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes fadeOut{from{opacity:1}
to{opacity:0}
}
@keyframes fadeIn{0{opacity:0}
100%{opacity:1}
}
@media only screen and (max-width:400px){.baa-select-store .baa-title-container{margin-bottom:0 !important}
}
.baa-select-store .baa-showcase{display:flex;flex-direction:column}
@media(max-width:1240px){.baa-select-store .baa-showcase{align-items:center}
}
.baa-select-store .baa-showcase .image-container{height:60px;width:var(--olbLogoWidthDesktop);margin-bottom:40px}
@media only screen and (max-width:709px){.baa-select-store .baa-showcase .image-container{height:40px;width:var(--olbLogoWidthMobile);margin-bottom:20px}
}
.baa-select-store .baa-showcase .image-container.focuspoint img{opacity:1;width:inherit;height:100%}
.baa-select-store .dynamic-media-container,.baa-select-store .image-fallback{position:absolute}
@media(max-width:1419.98px){.baa-select-store .dynamic-media-container,.baa-select-store .image-fallback{min-height:calc(100% - 110px)}
}
@media(min-width:940px){.baa-select-store .dynamic-media-container,.baa-select-store .image-fallback{min-height:calc(100% - 90px)}
}
@media(max-width:939.98px){.baa-select-store .dynamic-media-container,.baa-select-store .image-fallback{min-height:calc(100% - 70px)}
}
@media(max-width:1419.98px){.baa-select-store .dynamic-media-container .focuspoint,.baa-select-store .image-fallback .focuspoint{min-height:calc(100% - 110px)}
}
@media(min-width:940px){.baa-select-store .dynamic-media-container .focuspoint,.baa-select-store .image-fallback .focuspoint{min-height:calc(100% - 90px)}
}
@media(max-width:939.98px){.baa-select-store .dynamic-media-container .focuspoint,.baa-select-store .image-fallback .focuspoint{min-height:calc(100% - 70px)}
}
.baa-select-store .dynamic-media-container .focuspoint img,.baa-select-store .image-fallback .focuspoint img{opacity:1;width:inherit;--container-height:100%}