.royalSlider {
    width: 100%;
    height: 80%;
    position: absolute;
    padding-top: 0px;
    top: 100px;
    background-color: transparent;
	display:none;
}
@media (max-height: 930px) {
    .royalSlider {
        height: 864px;
    }
}
.rsMainSlideImage {
    margin-top: 0 !important;
}
.rsArrow {
    display: none !important;
}
.rsDefault .rsBullets {
    text-align: center;
    margin-top: 506px;
    max-width: 100%;
    top: 0;
}
.rsDefault .rsBullet span {
    width: 7px;
    height: 7px;
    border-radius: 5px;
}
.slideCaptionWrapper {
    position: absolute;
    top: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    padding-top: 0px;
    height: 506px;
}
.slideCaptionWrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.slideCaption {
    width: 98%;
    display: inline-block;
    vertical-align: middle;
}
.slideCaption > .captionBottom {
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.captionBottom > img {
    max-width: 90%;
}
.slideCaption > .captionRight {
    text-align: left;
}
.slideCaption > .imgLeft {
    text-align: right;
    height: 100%;
}
.prodLogo {
    background: url('/assets/images/carousel_logo.png');
    background-repeat: no-repeat;
    width: 79px;
    height: 11px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 3px;
    float: left;
}
.prodName {
    font-family: "RazerF5Light";
    text-transform: uppercase;
    font-size: 2.8125rem;
    letter-spacing: 3px;
    color: #FFF;
    text-align: left;
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
}
.prodNameText {
    line-height: 1em;
    clear: both;
}
.prodDesc {
    font-family: "RazerF5Thin";
    text-transform: uppercase;
    font-size: 1.875rem;
    letter-spacing: 2px;
    color: #FFF;
    line-height: 1.2em;
    margin-top: .5rem;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.shift-down {
    padding-top: 9rem;
}
.shift-up {
    position: relative;
    top: -10em;
}
.touts {
    margin-top: 566px;
    z-index: 999;
    -webkit-transform: translate3d(0,0,0);
}
.touts div {
    text-align: center;
}
.touts div img {
    display: inline-block;
    max-width: 100%;
    border: 1px solid #141414;
}
.fade-to-black-bg {
    background: url(/assets/images/responsive/fade-to-black-bg.png);
    position: relative;
    background-size: 100% 100%;
}
@media (max-width: 543px) {
    .touts {
        margin-top: 472px;
    }
    .prodDesc {
        font-size: 1.25rem;
        padding: 0 2em;
        padding: 0 1.5em;
    }
    .slideCaption {
        max-height: 412px;
    }
    .rsDefault .rsBullets {
        margin-top: 412px;
        z-index: 998;
        -webkit-transform: translate3d(0,0,0);
    }
    .slideCaptionWrapper {
        height: 412px;
    }
    .shift-up {
        top: 0;
    }
}
@media (min-width: 544px) and (max-width: 767px) {
    .touts {
        margin-top: 520px;
    }
    .slideCaption {
        max-height: 460px;
    }
    .rsDefault .rsBullets {
        margin-top: 460px;
        z-index: 998;
        -webkit-transform: translate3d(0,0,0);
    }
    .slideCaptionWrapper {
        height: 460px;
    }
    .shift-up {
        top: -3em;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .touts div img {
        width: 234px;
    }
    .shift-up {
        top: -6em;
    }
}
@media (max-width: 767px) {
    .slideCaption > .captionRight {
        position: absolute;
        width: 100%;
        bottom: 0px;
        text-align: center;
    }
    .slideCaption > .imgLeft {
        text-align: center;
    }
    .touts div {
        margin-bottom: 17px;
    }
    .touts div:last-child {
        margin-bottom: 0;
    }
    .align-left,
    .align-right {
        text-align: center;
    }
    .shift-down {
        padding-top: 0;
    }
    .slideCaption > h2,
    .slideCaption > h3 {
        font-size: 22px;
        letter-spacing: 1px;
    }
    .slideCaption > h4 {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .slideCaption > .captionRight {
        padding-top: 80px;
    }
}