.cd__main {
    display: block !important;
}
*:fullscreen *:-ms-fullscreen, *:-webkit-full-screen, *:-moz-full-screen {
    overflow: auto !important;
}

/* home page styles */
#homepage, #tocpage {background-color:#282828}
.homepage-video {
    visibility: visible;
    position: absolute; /* Position the video absolutely */
    top: 0; /* Align to the top */
    left: 0; /* Align to the left */
    min-width: 100%; /* Minimum width to cover the viewport */
    min-height: 100%; /* Minimum height to cover the viewport */
  //  z-index: -1; /* Place the video behind other content */    
}


#cpo-page, #mfit-page, #ithop-page {background-color:#fff;}


#togglebutton {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    z-index: 1000;
}
.logoIBM {
    position: absolute;
    top: calc(4vh);
    right: 100px;
    width:6vw;
}

.slidetitleIBM{
    position: absolute;
    top: calc(4vh);
    left: calc(3vw);
    width:19vw;    
}
.slidedescrIBM{
    position: absolute;
    top: calc(4vh);
    left: calc(29vw);
    width:50vw;    
}

.titleIBM{
    position: absolute;
    top: calc(4vh);
    left: 100px;
    width:50vw;    
}

.product-header-row{height:17vh;background-color:#fff;border-bottom:1px solid #777;}


.highlight-selection{padding-top:2vh;}
.highlight-benefits{width:80%;}
.height-appmarkets{width:80%;}


.toolbarIBM {
    position: absolute;
    bottom: 0px;
    padding: 40px;
}
.toolbarIBMTOC {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 40px;
}


.vertLeft {
    left: 0px;
    width: calc(25vw)
}
.vertRight {
    right: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: calc(70vw)
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
html, body {
    overflow-y: hidden;
    overflow-x: hidden;
}
body {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.compare-image-title {
    width: calc(12.5vw);
    padding: 10px 40px;
}
.start-image {
    width: 45%
}
.start-compare {
    font-family: Henkel-GT-Flexa-Bold;
    width: 50%;
    padding-left: 10px;
}
.compareTitle {
    font-weight: 600;
    font-size: 1.7em;
    line-height: 1em;
}
.center-video {  width: 100%; }

.homepage-video {
    width: 70vw;
    visibility: visible;
}
#content-row {
    padding-top: 30px;
}

#button-bar {
    padding-top: 60vh;
}
.IBM-grahic-button {
    border: none;
    // background-color: #ded7d6;
    z-index:1000;
}
.IBM-toolbar-button {
    border: none;
    float: right;
}

.IBM-page-button{
    border: none;
    float: right;  
    width:150px;
    background-color:#efefef;
    height:50px;
    text-align:center;
}

.IBM-page-button img{height:90%}
.selected-button{ background-color:darkgray;}

.IBM-page-button:hover {
    color:#fff;
    background-color:#0f62fe;
}

.left-col {
    width: calc(20vw + 12px);
    height:85vh;
    padding:40px 20px 20px 20px;
    background-color:#fff;
    text-align:center;
    border-right:1px solid #777;
}
.right-col {
    width: 80vw;
    background-color:#fff;
}
.col-nopad {
    padding: 0px;
}
.action-button-block {}
.action-description-image {
    margin: auto;
    padding-top: 20px;
}

.object-container{}

.hover-image:hover {
filter: brightness(120%) saturate(150%) hue-rotate(200deg);
}

.action-description-image img {
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}

.action-description-image:hover img {
  filter: grayscale(100%);
}

video { animation: pauseVideo 3s infinite;  }

@keyframes pauseVideo {
    0%, 50% {
    animation-play-state: running;
  }
  50%, 100% {
    animation-play-state: paused;
  }
}


.article-image {
    height: calc(100vw / 11);

    -webkit-filter: grayscale(0) blur(0) opacity(1);
    filter: grayscale(0) blur(0) opacity(1);
    transition: .4s ease-in-out;
    background-size: cover;
}
.action-text {
    font-family: Henkel-GT-Flexa-Bold;
    text-align: center;
    padding: 80px;
    font-size: 3em !important;
    color: #000;
}
.action-text a, .action-text a:hover, .action-text a:focus, .action-text a:hover {
    color: #000;
    font-weight: 600;
}
.action-image:hover .article-image {
    -webkit-filter: opacity(70%) grayscale(70%) blur(2px);
    filter: opacity(70%) grayscale(100%) blur(2px);
    transition: .4s ease-in-out;
    opacity: 0.3;
    transition: opacity 1s;
}
.action-image {
    position: relative;
    height: calc(100vw / 11);
    opacity: 1;
    background-color: #fff;
}
.action-image > p {
    display: none;
}
.action-image:hover > p {
    position: absolute;
    top: 0;
    display: block;
    color: #000;
    z-index: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: .8s ease-in-out;
    line-height: 1.5em;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}




#media-bucket {
    padding-top:20px;
    width: 90%;
}

.right-container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    height: calc(77vh);
}
.titleIBMLeftVert {
    padding-top: calc(5vh);
}
ul {
    list-style-type: none;
}
li {
    width: calc(10vw + 40px);
}
input[type="checkbox"][id^="cb"] {
    display: none;
}
label {
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    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;
}
label::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    transition-duration: 0.4s;
    transform: scale(0);
}
label img {
    height: calc(10vw);
    width: calc(10vw);
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}
:checked + label {
    border-color: #ddd;
}
:checked + label::before {
    content: "✓";
    background-color: grey;
    transform: scale(1);
}
:checked + label img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: -1;
}
.product-selection {
    position: absolute;
    left: calc(25vw);
    top: calc(5vh);
}
.ss-buttontext {
    font-family: Henkel-GT-Flexa-Bold;
    color: #000;
    font-weight: bold;
    margin-left: 40px;
    text-align: center;
    font-size: 1.8em;
    line-height: 1em;
    margin-right: 60px;
}
#compare-selection, #compare-selectionb {
    text-align: center;
    width: calc(10vw + 40px);
}
#img-placeholder, #img-placeholderb, #img-thermal-placeholder {
    width: 100%;
    border-radius: 40px;
}
.hover-image.expanded .article-image {
    -webkit-filter: opacity(70%) grayscale(70%) blur(2px);
    filter: opacity(70%) grayscale(100%) blur(2px);
    transition: .4s ease-in-out;
    opacity: 0.3;
    transition: opacity 1s;
}
.hover-image {
    position: relative;
    height: calc(100vw / 11);
    opacity: 1;
    background-color: #000;
}
.hover-image > p {
    display: none;
}
.hover-image.expanded > p {
    position: absolute;
    top: 0;
    display: block;
    color: #000;
    z-index: 0;
    text-align: center;
    transition: .8s ease-in-out;
    line-height: 1.5em;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: calc(2vw);
}
#videodescriptionStructural, #videodescriptionThermal, #videodescriptionMaterial{
    font-family: Henkel-GT-Flexa-Bold;
    visibility: hidden;
    background-color: rgb(198, 206, 187);
    text-align: center;
    border-radius: 40px;
    margin-top: 5px;
}
.batterylogo {
    width: 20vw;
}
.select-text {
    width: 100%;
    text-align: left;
    box-shadow: unset !important;
    transform: unset !important;
    height: unset !important;
}
.hover-text {
    width: 100%;
    padding-bottom: 20px;
}
.hover-button {
    width: 50%
}
.description-text {
    padding: 20px 80px;
    width: 100%;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
@media screen and (max-width: 3500px) {
    .action-text {
        font-size: 1.5em !important;
    }
}


@media (min-width: 768px) {
    label::before { top: 45px; }
}

@media (max-width: 768px) {
    label::before { top: 30px; }
}







