/* Omnius Showcase Standalone v1.0.7 */
.omsc-showcase{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:16px;}
.omsc-showcase .showcase__images{position:relative;width:100%;height:560px;}
.omsc-showcase .showcase__image{position:absolute;inset:0;opacity:0;transition:opacity .35s ease;overflow:hidden;border-radius:inherit;}
.omsc-showcase .showcase__image.active{opacity:1;}
.omsc-showcase .showcase__image img,
.omsc-showcase .showcase__image video{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit;}
.omsc-showcase .omsc-video-placeholder{width:100%;height:100%;background:#000;}
.omsc-showcase .showcase__items{display:flex;flex-direction:column;gap:10px;align-self:center;}
.omsc-showcase .showcase__item{cursor:pointer;padding:6px 2px;transition:opacity .25s ease;}
.omsc-showcase .showcase__item h4{margin:0;font-size:18px;line-height:1.2;}
.omsc-showcase .showcase__item .showcase__subtitle{opacity:.8;font-size:13px;margin-top:4px;}
.omsc-showcase .showcase__item.active h4{font-weight:600;}
@media (max-width: 1024px){
  .omsc-showcase{grid-template-columns:1fr;}
  .omsc-showcase .showcase__items{order:2;}
  .omsc-showcase .showcase__images{order:1;height:420px;}
}
/* Showcase-2 */
.omsc-showcase2{display:flex;flex-direction:column;gap:12px;}
.omsc-showcase2 .showcase-2__item{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:center;}
.omsc-showcase2 .showcase-2__image{position:relative;width:100%;height:380px;overflow:hidden;border-radius:inherit;}
.omsc-showcase2 .showcase-2__image img,
.omsc-showcase2 .showcase-2__image video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:inherit;}
.omsc-showcase2 .showcase-2__content_wrapper{padding:8px 0;}
.omsc-showcase2 .showcase-2__title{margin:0 0 6px;}
.omsc-showcase2 .showcase-2__subtitle{opacity:.8;margin-bottom:8px;}
@media (max-width: 992px){
  .omsc-showcase2 .showcase-2__item{grid-template-columns:1fr;}
  .omsc-showcase2 .showcase-2__image{height:300px;}
}
/* video runtime helpers */
.omsc-video{position:absolute;inset:0;z-index:2;display:none;background:#000;border-radius:inherit;}
.omsc-has-video.active .omsc-video,
.omsc-has-video:hover .omsc-video{display:block;}
