
#main-content, .wme-carousel{
    z-index: 100;
    position: relative;
}

/* Per brand feedback DRUMOV-4739 */
.wme-carousel-title {
    padding-bottom: 10px;
}

/* Font is a bit bigger in the site so increasing the size of this container a bit to fit it DRUMOV-4739 */
.wme-card-content-container {
    height: 26px;
}

/* To prevent large logo image overlays on hero images DRUMOV-4742 */
.wme-card-overlay {
    max-height: 184px;
}

/* hiding carat that shows on bottom of video card -  DRUMOV-4713 */
.wme-card-video-expanded .wme-card-caret  {
    display:none !important;
}

/* Full Width Design - DRUMOV-4736 */
.theme-container, .simple-content-widget, .turner-footer, #globalmenucontainer,  .toast-bottom-full-width .toasts {
    max-width: 100% !important;
}
.wme-navbar.is-fixed { max-width: unset !important; }

.wme-carousel {
    margin: auto;
    max-width: 1800px;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

/* Stop the vertical scroll on page while doing touch things horizontally with carousel - this class goes on body*/

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
/* Class overrides for spacing and padding on bands DRUMOV-4760 */

.small_tb{
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}

.small_lr{
    padding-left: 0.8em;
    padding-right: 0.8em;
}

.medium_tb{
    padding-top: 1.6em;
    padding-bottom: 1.6em;
}

.medium_lr{
    padding-left: 1.6em;
    padding-right:1.6em;
}

.large_tb{
    padding-top: 3.0em;
    padding-bottom: 3.0em;
}

.large_lr{
    padding-left: 3.0em;
    padding-right:3.0em;
}

@media only screen and (max-width: 1023px) {
    .small_tb{
        padding-top: 0.4em !important;
        padding-bottom: 0.4em !important;
    }

    .small_lr{
        padding-left: 0.4em !important;
        padding-right: 0.4em !important;
    }

    .medium_tb{
        padding-top: 0.8em !important;
        padding-bottom: 0.8em !important;
    }

    .medium_lr{
        padding-left: 0.8em !important;
        padding-right:0.8em !important;
    }

    .large_tb{
        padding-top: 1.6em !important;
        padding-bottom: 1.6em !important;
    }

    .large_lr{
        padding-left: 1.6em !important;
        padding-right:1.6em !important;
    }

}

.wme-carousel-title {
     line-height: 1.1em !important;
 }

/*DRUMOV-4759*/
.wme-button-decorator.one {
    top: 3px !important;
}
.wme-button-decorator.two {
    left: 5px !important;
}
