iBet uBet web content aggregator. Adding the entire web to your favor.
iBet uBet web content aggregator. Adding the entire web to your favor.



Link to original content: http://www.wfbb.de/themes/custom/wfbb/css/elements/videos.css?snac3p
/* VIDEOS 01 GENERAL 02 VIDEO + TEXT */ /* ----------------------------------------------------------------------- 02 VIDEO + TEXT /* ---------------------------------------------------------------------*/ /* --GENERAL----------------------------------*/ .wfbb_video_with_text .paragraph { padding: var(--section-inner-side-padding); background: var(--color-grey-light); border-radius: var(--border-radius); display: grid; grid-gap: var(--grid-gap); grid-template-columns: var(--grid-columns); } .node--type-frontpage-wfbb .wfbb_video_with_text { padding-left: 0 !important; padding-right: 0 !important; } /* --VIDEO----------------------------------*/ .field--name-field-video-wfbb-video-with-text { grid-column: span 7; position: relative; border-radius: var(--border-radius); overflow: hidden; } .field--name-field-video-wfbb-video-with-text > div { border-radius: var(--border-radius); } .field--name-field-image-or-movie { position: relative; } .paragraph--type--bild-video .image-group { position: relative; border-radius: var(--border-radius); overflow: hidden; } .paragraph--type--bild-video .tac_activate { border-radius: var(--border-radius); } /* --TEXT----------------------------------*/ .group-text-wfbb-video-with-text { grid-column: 9 / 13; display: flex; flex-direction: column; justify-content: center; } .node--type-frontpage-wfbb .wfbb_video_with_text h2 { text-align: left !important; } .node--type-wfbb-frontpage .field__item.wfbb_video_with_text p { text-align: center; } @media (max-width: 991px) { .field--name-field-video-wfbb-video-with-text { grid-column: span 12; } .group-text-wfbb-video-with-text { grid-column: span 12; } }