.video__content{display:grid;gap:1rem;grid-template-areas:"video-block" "text-block";grid-template-columns:1fr}@media screen and (min-width:992px){.video__content{grid-template-areas:"text-block video-block";grid-template-columns:40% 60%}}.video__text-block{display:flex;flex-direction:column;gap:.5rem;grid-area:text-block;justify-content:center;padding:0}@media screen and (min-width:992px){.video__text-block{padding:2rem 0}}.video__text-product{font-size:1.75rem}@media screen and (min-width:768px){.video__text-product{font-size:2rem}}@media screen and (min-width:992px){.video__text-product{font-size:2.8rem}}.video__text-description{color:grey}@media screen and (min-width:768px){.video__text-description{width:75%}}.video__video-block{grid-area:video-block;position:relative}.video__bg-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;min-height:80vw}@media screen and (min-width:768px){.video__bg-image{background-size:contain;min-height:auto}}.component-video__play-video-button-image{height:60px;left:50%;opacity:.8;position:absolute;top:50%;transform:translate(-50%,-50%);transition:height .4s;z-index:10}.component-video__play-video-button-image:hover{cursor:pointer;height:80px}@media screen and (min-width:768px){.component-video__play-video-button-image{height:100px}}.tingle-modal-box{background-color:transparent!important;height:100%!important}