﻿.RotatingBanner {
    overflow: hidden;
}
.RotatingBanner .ItemsWrapper {
    margin: 0px auto;
    position: relative;
    width: 100%;
}
.RotatingBanner .Item {
    position: absolute;
}
.RotatingBanner .MainImage {
    height: auto;
    max-width: 100% !important;
}
.RotatingBanner .SmallImage {
    display: none;
    height: auto;
    max-width: 100% !important;
}
.RotatingBanner .BrandingImage {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}
.RotatingBanner .RedirectLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.RotatingBanner .TextWrapper {
    position: absolute;
    padding: 2em 4em;
    top: 50%;
    transform: translateY(-50%);
    max-width: 650px;
    width: 100%;
    height: auto;
    margin: 0 20px;
}
.RotatingBanner .TextBackground {
    background-color: rgba(255,255,255,0.8);
}
.RotatingBanner .LeftAlign {
    left: 20px;
}
.RotatingBanner .CenterAlign {
    left: 50%;
    transform: translate(-50%, -50%);
}
.RotatingBanner .RightAlign {
    right: 20px;
}
.RotatingBanner .SubTitleWrapper {
    font-family: convergeFont-LatoMediumItalic;
    font-size: 1.5em;
    color: #404041;
}
.RotatingBanner .TitleWrapper {
    font-family: convergeFont-LatoBold;
    font-size: 2em;
    letter-spacing: 1px;
    color: #616264;
    line-height: 1.2;
}
.RotatingBanner .ButtonWrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    z-index: 5;
}
.RotatingBanner .ButtonWrapper .Button {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    opacity: 0.5;
    margin: 0 5px;
    cursor: pointer;
}
.RotatingBanner .ButtonWrapper .SelectedButton {
    opacity: 1;
}
.RotatingBanner .ButtonWrapper .Button:hover {
    opacity: 1;
}
.RotatingBanner[max-width~="620px"] .TextWrapper { left: 0; right: 0; transform: translate(0, -50%); margin: 0; max-width: initial; }
.RotatingBanner[max-width~="620px"] .TextWrapper { padding: 1em; }
.RotatingBanner[max-width~="620px"] .TextWrapper .TitleWrapper { font-size: 1.5em; }

.RotatingBanner[max-width~="500px"] .MainImage { display: none; }
.RotatingBanner[max-width~="500px"] .SmallImage { display: block; }

.RotatingBanner[max-width~="400px"] .TextWrapper .SubTitleWrapper { display: none; }