@media all {
    html.with-featherlight {
        overflow: hidden;
    }
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333;
        background: rgba(0, 0, 0, 0);
    }
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.8);
    }
    .featherlight:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    .featherlight .featherlight-content {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        background: #fff;
        cursor: auto;
        white-space: normal;
    }
    .featherlight .featherlight-inner {
        display: block;
    }
    .featherlight link.featherlight-inner,
    .featherlight script.featherlight-inner,
    .featherlight style.featherlight-inner {
        display: none;
    }
    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #fff;
        background: rgba(255, 255, 255, 0.3);
        color: #000;
        border: 0;
        padding: 0;
    }
    .featherlight .featherlight-close-icon::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    .featherlight .featherlight-image {
        width: 100%;
    }
    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }
    .featherlight iframe {
        border: 0;
    }
    .featherlight * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }
}
@media print {
    @page {
        size: landscape;
    }
    html.with-featherlight > * > :not(.featherlight) {
        display: none;
    }
}
@media all {
    .featherlight-next,
    .featherlight-previous {
        display: block;
        position: absolute;
        top: 25px;
        right: 25px;
        bottom: 0;
        left: 80%;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: rgba(0, 0, 0, 0);
    }
    .featherlight-previous {
        left: 25px;
        right: 80%;
    }
    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: rgba(255, 255, 255, 0.25);
    }
    .featherlight-next span,
    .featherlight-previous span {
        display: none;
        position: absolute;
        top: 50%;
        left: 5%;
        width: 82%;
        text-align: center;
        font-size: 80px;
        line-height: 80px;
        margin-top: -40px;
        text-shadow: 0 0 5px #fff;
        color: #fff;
        font-style: normal;
        font-weight: 400;
    }
    .featherlight-next span {
        right: 5%;
        left: auto;
    }
    .featherlight-next:hover span,
    .featherlight-previous:hover span {
        display: inline-block;
    }
    .featherlight-first-slide.featherlight-last-slide .featherlight-next,
    .featherlight-first-slide.featherlight-last-slide .featherlight-previous,
    .featherlight-loading .featherlight-next,
    .featherlight-loading .featherlight-previous,
    .featherlight-swipe-aware .featherlight-next,
    .featherlight-swipe-aware .featherlight-previous {
        display: none;
    }
}
@media only screen and (max-device-width: 1024px) {
    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: 0;
    }
    .featherlight-next span,
    .featherlight-previous span {
        display: block;
    }
}
@media only screen and (max-width: 1024px) {
    .featherlight-next,
    .featherlight-previous {
        top: 10px;
        right: 10px;
        left: 85%;
    }
    .featherlight-previous {
        left: 10px;
        right: 85%;
    }
    .featherlight-next span,
    .featherlight-previous span {
        margin-top: -30px;
        font-size: 40px;
    }
}
.videoPlayer {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    transition: none !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}
.videobox {
    display: none;
    position: fixed;
    z-index: 1005;
    background: #000;
    cursor: auto;
    white-space: normal;
    padding: 2% 4%;
    max-width: 98%;
    width: 1024px;
    height: 576px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    resize: both;
}
.closeButtonKiosk {
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 25px;
    height: 25px;
    background: url("../../../content/dam/table/Images/Icons/close-lite.svg") no-repeat top right;
    background-size: 100% auto;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
div.cq-colctrl-lt0-c0 {
    position: inherit;
    float: left;
    margin-left: 10px;
    width: 45%;
}
div.cq-colctrl-lt0-c1 {
    position: inherit;
    float: right;
    margin-right: 10px;
    width: 45%;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    font-family: "Open Sans", Arial, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 1080px;
    height: 1920px;
    overflow: hidden;
}
a,
a:link,
a:active,
a:hover,
a:visited,
a:focus {
    color: #fff;
    text-decoration: none;
    border: 0;
    outline: 0;
    transition: all 0.2s ease-in-out;
}
div,
h1,
h2,
h3,
h4,
h5,
iframe {
    transition: all 0.4s ease-in-out;
}
.content {
    width: 1080px;
    height: 1920px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
}
.starz {
    width: 3888px;
    height: 1744px;
    animation-name: bgslide;
    animation-duration: 300s;
    animation-timing-function: cubic-bezier(0.33, 0.52, 0.91, 0.73);
    animation-iteration-count: infinite;
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: top left;
}
.morestarz {
    width: 3000px;
    height: 1750px;
    animation-name: bgslide;
    animation-duration: 900s;
    animation-timing-function: cubic-bezier(0.33, 0.52, 0.91, 0.73);
    animation-iteration-count: infinite;
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.kioskhead {
    position: absolute;
    z-index: 10;
    height: 360px !important;
    width: 1080px;
    text-align: center;
}
.kioskhead h1 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    margin: 0 0 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 60px;
    line-height: 65px;
}
.capability {
    position: absolute;
    transition: all 0.25s ease-in-out;
}
footer {
    position: absolute;
    width: 1080px;
    bottom: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 156, 221, 1);
    height: 270px;
    z-index: 2147483647;
}
footer h2 {
    position: absolute;
    bottom: 10px;
    font-size: 32px;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    text-align: auto;
    text-shadow: 1px 1px 3px rgba(0, 27, 29, 0.8);
}
footer h2 span {
    font-size: 0.7em;
    line-height: 1em;
    vertical-align: middle;
}
.btmcapwrap.red {
    margin: 10px 0;
    padding: 20px;
    display: block;
}
img.btmcaps {
    width: 1040px;
    height: auto;
}
.closecap {
    position: absolute;
    width: 100%;
    height: 1620px;
    opacity: 0;
    pointer-events: none;
    z-index: 100;
    top: 0;
    left: 0;
}
.closecap.on {
    pointer-events: auto;
    opacity: 1;
}
.hexagon {
    position: absolute;
    height: 365px;
    width: 420px;
    z-index: 1;
    background-blend-mode: screen;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    transition-delay: 0.25s;
}
.capability.closed {
    width: 420px;
    height: 365px;
}
.capability.stretch {
    width: 1080px;
    left: 0 !important;
    top: 405px !important;
    overflow: hidden;
    background: transparent;
    min-height: 1150px;
}
.capability.stretch .hexagon {
    width: 3500px;
    height: auto;
    transform: translateX(-25%) translateY(-50%);
    animation-name: hexstretch;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.33, 0.52, 0.91, 0.73);
    animation-iteration-count: 1;
    z-index: 1;
}
.title {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    z-index: 100;
    opacity: 1;
    width: 420px;
    height: auto;
    pointer-events: none;
    margin: 100px 0 0 0;
    padding: 0 60px;
    text-shadow: 2px 2px 4px rgba(0, 27, 29, 0.7);
    text-align: center;
    letter-spacing: 2px;
}
.capability.fade {
    opacity: 0;
    pointer-events: none;
}
.title.fade {
    transition: all 0.01s ease-in-out;
    opacity: 0;
    pointer-events: none;
}
.title.on {
    transition-delay: 0.75s;
    opacity: 1;
}
.capability.fade .hexagon {
    opacity: 0;
}
.capability.stretch .title {
    opacity: 0;
}
div.capabilityframe {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 142px;
    left: 0;
    pointer-events: none;
    display: none;
}
.capability.stretch div.capabilityframe {
    opacity: 1;
    z-index: 1000;
    top: 0;
    pointer-events: auto;
    display: block;
    animation-name: fadein;
    animation-duration: 0.7s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}
@keyframes bgslide {
    0.00% {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
    50% {
        transform: translateX(-75%) translateY(20%);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}
@keyframes fadein {
    0.00% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes hexstretch {
    0.00% {
        opacity: 0;
    }
    20% {
        opacity: 0;
        fill: #fff;
    }
    100% {
        opacity: 0.9;
    }
}
.categorycontent {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1080px;
    height: 1200px;
    overflow: hidden;
    background: transparent;
}
.categorycontent h2 {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-shadow: 2px 2px 4px rgba(0, 27, 29, 0.8);
    font-size: 50px;
    line-height: 60px;
    height: 60px;
    margin: 50px 0 0 50px;
    letter-spacing: 1px;
}
.categorycontent h2 img {
    height: 100%;
    width: auto;
}
.categorycontent h2.shrink {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-shadow: 2px 2px 4px rgba(0, 27, 29, 0.8);
    font-size: 30px;
    line-height: 40px;
    height: 40px;
    margin: 50px 0 0 50px;
}
.categorycontent h5 {
    font-weight: 700;
    color: #fff;
    display: block;
    text-shadow: 2px 2px 4px rgba(0, 27, 29, 0.8);
    font-size: 46px;
    line-height: 60px;
    padding: 40px 0 0 0;
}
.catthumbnails {
    display: block;
    margin: 30px 0 0 0;
}
.catthumbnails img,
.subcatcontent img {
    display: inline-block;
    width: 350px;
    height: 275px;
    border: 4px solid #fff;
    margin-right: 25px;
}
.subcategory {
    width: 1080px;
    height: 1200px;
    position: absolute;
    left: 1080px;
    top: 0;
    padding: 50px 50px;
}
.subcategory h3 {
    font-weight: 300;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-shadow: 2px 2px 4px rgba(0, 27, 29, 0.8);
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.subcategory .customerbenefit,
.subcategory .relatedcats {
    width: 420px;
    display: inline-block;
    margin-right: 50px;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 27, 29, 0.8);
    vertical-align: top;
}
.subcategory h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}
.customerbenefit li {
    margin-bottom: 10px;
    display: block;
}
.subcategory__container {
    display: flex;
    flex-direction: row;
}
.subcategory__columns {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 1%;
}
.subcategory__columns--hide {
    display: none;
}
.subcategory__columns--hide .showcase-image {
    display: none;
}
.subcategory__columns:nth-child(2) {
    margin-left: 1%;
}
.subcategory__image {
    width: 100%;
}
.subcategory__title {
    margin-bottom: 30px;
}
.subcategory .relatedcats {
    margin-right: 0;
}
.relatedcats li {
    display: block;
    width: 420px;
    float: left;
    clear: both;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 300;
    background: rgba(0, 27, 29, 1);
    margin-bottom: 10px;
    padding: 10px 40px 10px 20px;
    box-shadow: 2px 2px 4px rgba(0, 27, 29, 0.8);
    pointer-events: auto;
}
#catmain {
    left: 0;
    top: 0;
    opacity: 1;
    pointer-events: auto;
    padding: 100px 50px 50px 50px;
}
#catmain.goaway {
    opacity: 0;
    pointer-events: none;
}
.subcategory.comehere {
    left: 0 !important;
    transition-delay: 0.2s;
    opacity: 1;
}
.subcategory.goleft {
    left: -1080px;
}
.subcategory.goleftinstant {
    left: -1080px;
    transition: none !important;
}
.subcategory.goright {
    left: 1080px;
}
.subcategory .controls {
    position: absolute;
    transform: rotate(90deg);
    top: 50%;
    left: -185px;
    background: rgba(0, 27, 29, 1);
    padding: 10px 20px;
    font-size: 20px;
    width: 420px;
    text-align: center;
    opacity: 0;
}
.subcategory.comehere .controls {
    opacity: 1;
    transition-delay: 1s;
}
.subcategory .controls.next {
    right: -185px;
    left: auto;
    transform: rotate(-90deg);
}
.controls .arrow {
    height: 20px;
    width: 30px;
    vertical-align: middle;
    margin: 0 5px;
}
.subcategory .subcatcontent .customerbenefit {
    width: 100%;
}
.relatedproducts {
    margin-top: 3px;
}
.list-photos li {
    position: relative;
    width: 210px;
    height: 225px;
    background: #fff;
    text-align: center;
    display: inline-block;
    margin: 10px 5px;
    vertical-align: top;
    position: relative;
    padding: 20px 0 0 0;
    box-shadow: 2px 2px 6px rgba(0, 27, 29, 0.9);
}
.relatedproducts li img {
    position: relative;
    width: auto;
    height: auto;
    max-width: 180px;
    max-height: 195px;
}
.list-photos li span {
    pointer-events: none;
}
.list-photos span {
    display: block;
    width: 100%;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    line-height: 22px;
}
.relatedproducts h4 {
    text-shadow: 1px 1px 2px #001b4f;
    margin-bottom: 0;
}
.rich-text-editor li {
    position: relative;
    padding-left: 1em;
}
.rich-text-editor li:before {
    color: #fff;
    content: "\2022";
    font-size: 1.385em;
    left: 0;
    position: absolute;
}
.rich-text-editor .checkboxes li {
    padding-left: 0;
    margin-bottom: 10px;
}
.rich-text-editor .checkboxes li:before {
    content: "";
}
.contentfragment li {
    position: relative;
    padding-left: 1em;
}
.contentfragment li:before {
    color: #fff;
    content: "\2022";
    font-size: 1.385em;
    left: 0;
    position: absolute;
}
.subcategory .customerbenefit h3 {
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    margin-bottom: 15px;
}
a.vidbtn {
    background: rgba(0, 27, 29, 1);
    padding: 8px 16px;
    margin: 10px 0 20px 0;
    display: inline-block;
    clear: both;
}
a.vidbtn img {
    height: 30px;
    width: auto;
    vertical-align: middle;
    border: 0;
    margin-right: 8px;
}
iframe video {
    max-width: 98%;
    height: auto;
}
img.bigimg {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 0 25px 0;
}
a.gallery:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -38px;
    right: 0;
    height: 30px;
    width: 30px;
    background: url("asset.showcase-kiosk/assets/gallery.svg") no-repeat right top;
    background-size: 100% auto;
}
a.enlarge:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    height: 30px;
    width: 30px;
    background: url("asset.showcase-kiosk/assets/zoom.svg") no-repeat right top;
    background-size: 100% auto;
}
.lightbox {
    display: none;
}
.featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
}
.featherlight {
    max-height: 1620px;
}
footer {
    height: 300px;
}
.btmcapwrap {
    margin: 10px 0;
    padding: 20px;
    display: block;
}
.btmcapwrap li.dim {
    opacity: 0.15;
}
.btmcapwrap li {
    display: inline-block;
    width: 72px;
    height: 80px;
    padding: 14px 12px;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    position: relative;
    vertical-align: top;
    overflow: visible;
}
.btmcapwrap li img {
    width: 100%;
    height: auto;
}
.btmcapwrap li span {
    position: absolute;
    top: 80px;
    color: #fff;
    font-size: 11px;
    line-height: 10px;
    display: inline-block;
    left: 0;
    text-align: center;
    width: 100%;
    opacity: 0;
    font-weight: 700;
}
.btmcapwrap li:hover,
.btmcapwrap li.hoverstate {
    opacity: 1;
    padding: 8px;
}
.btmcapwrap li:hover span,
.btmcapwrap li.hoverstate span {
    opacity: 1;
    transition: all 0.25s ease-in-out;
    top: 62px;
    transition-delay: 0.25s;
}
img.widecap {
    width: 1000px;
    height: auto;
    pointer-events: none;
}
.btmcapwrap ul {
    margin: 5px 0 10px 0;
}
.one-column {
    width: 100%;
}
.two-column {
    width: 50%;
    float: left;
}
.three-column {
    width: 33.33%;
    float: left;
}
.four-column {
    width: 25%;
    float: left;
}
#capability1 .title {
    margin-top: 140px;
}
#capability2 .title {
    margin-top: 150px;
}
#capability3 .title {
    margin-top: 150px;
}
.hexagon {
    mix-blend-mode: screen;
}
a.vidbtn {
    background: rgba(0, 27, 29, 1);
}
.subcategory .controls {
    background: rgba(145, 55, 0, 1);
}
.btmcapwrap {
    margin: 10px 0;
    padding: 20px;
    display: block;
}
.relatedcats li {
    margin-bottom: 10px;
    padding: 10px 40px 10px 20px;
    pointer-events: auto;
}
.relatedproducts h4 {
    text-shadow: 1px 1px 2px #411900;
}
.categorycontent h2 {
    font-size: 38px;
}
.categorycontent h2 span {
    font-size: 30px;
    vertical-align: text-top;
}
footer .legal {
    position: absolute;
    left: 0;
    bottom: -5px;
    font-size: 10px;
    width: 100%;
    text-align: center;
}
footer h2 {
    text-shadow: 1px 1px 3px rgba(175, 55, 0, 0.8);
}
.subcatcontent .top-wrap {
    margin-bottom: 25px;
    display: inline-block;
    padding-top: 25px;
    width: 100%;
}
.subcatcontent.wide-layout .top-wrap {
    padding-top: 0;
}
.title span.smaller {
    font-size: 28px;
}
.subcategory .relatedcats.asthumb {
    width: 100%;
    padding-top: 15px;
}
.subcategory .relatedcats.asthumb li {
    margin-bottom: 30px;
    text-align: center;
}
.subcategory .relatedcats.asthumb li:nth-child(4n + 1) {
    clear: left;
}
.subcategory .relatedcats.asthumb .teaser-title {
    display: table-cell;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.2em;
    height: 75px;
    width: 205px;
    vertical-align: middle;
}
.relatedcats li.thumbwrap {
    width: 23%;
    margin-right: 2%;
    padding: 10px;
    height: 265px;
    clear: none;
}
.relatedcats li.thumbwrap img {
    width: 100%;
    vertical-align: top;
    height: 165px;
    object-fit: cover;
    object-position: 50% 0%;
    margin-bottom: 10px;
}
.subcategory .checkbox {
    text-shadow: 1px 1px 2px rgba(0, 27, 29, 0.8);
    vertical-align: top;
    font-size: 22px;
}
.subcategory .subcatcontent .customerbenefit.showcase,
.subcategory .subcatcontent .checkbox {
    width: 100%;
    display: inline-block;
}
.subcategory .subcatcontent.wide-layout .customerbenefit.showcase {
    width: 100%;
}
.subcategory h3.showcase {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 35px;
    text-transform: none;
}
.subcategory .subcatcontent.wide-layout h3.showcase {
    width: 100%;
    padding-top: 25px;
}
.subcategory .showcase-image {
    display: inline-block;
    width: 100%;
    float: right;
    margin-bottom: 25px;
}
.subcategory .subcatcontent.wide-layout .showcase-image {
    width: 100%;
}
.subcategory .subcatcontent.wide-layout .showcase-image .adaptiveimage div {
    width: 100%;
    position: relative;
}
.subcategory .subcatcontent.wide-layout .showcase-image .adaptiveimage div a {
    position: relative;
    display: block;
}
.subcategory .subcatcontent.wide-layout .showcase-image .adaptiveimage div a.startVideo:after {
    position: absolute;
    display: block;
    content: "";
    background: url("../src/img/play-circle-white.svg");
    background-size: contain;
    height: 70px;
    width: 70px;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    pointer-events: none;
}
.videoOverlay:after {
    content: "";
    background: url("../src/img/play-circle-white.svg") no-repeat;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translateX(-50%) translateY(-70%);
    pointer-events: none;
}
.subcategory .subcatcontent.wide-layout .customerbenefit ul li ul {
    margin: 10px 0;
}
.subcategory .subcatcontent .showcase-image img {
    display: inline-block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 0;
    margin: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.showcase-image-full {
    display: inline-block;
    width: 100%;
    float: right;
    margin-bottom: 25px;
}
.showcase-image-full img {
    display: inline-block;
    width: 100% !important;
    height: 275px !important;
    object-fit: cover;
    border: 0;
    margin: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    border: none !important;
}
.subcategory .subcatcontent .showcase img {
    display: inline-block;
    width: 100%;
    height: auto;
    border: 0;
    margin: 75px 0 0 0;
}
.subcategory .subcatcontent .showcase-logo img {
    display: inline-block;
    height: 75px;
    width: auto;
    margin: 0;
    border: 0;
}
.subcategory .subcatcontent .showcase-logo .showcase.logo {
    height: 100%;
}
.subcategory .subcatcontent .showcase-logo .showcase.logo.full-width {
    width: 980px;
}
.showcase-logo {
    display: inline-block;
    height: 75px;
    vertical-align: top;
    margin-bottom: 25px;
}
.checkmark {
    position: relative;
    display: inline-block;
    float: right;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    background: linear-gradient(to bottom, #fff 0, #dedede 40%, #c3c3c3 100%);
    box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, 0.5);
}
.checkmark.checked {
    background-color: #2196f3;
}
.checkmark.checked:after {
    content: "";
    position: absolute;
    display: block;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#screensaver {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 2147483648;
}
.magnolia-editmode .videoOverlay {
    display: none;
}
