/* Gobal */ .wvc-section{ position: relative; background-attachment:scroll; background-repeat:no-repeat; background-position: center center; overflow: hidden; width: 100%; padding: 80px 0; // default padding } .wvc-section-bg-video-parallax, .wvc-section-bg-effect-parallax, .wvc-section-bg-transparent, .wvc-section-bg-slideshow{ background-color: transparent!important; background: none!important; .wvc-img-bg{ opacity: 0; } } .wvc-section-parallax{ background-color: transparent!important; background: none!important; } .wvc-section-full-height{ min-height: 100vh; } .wvc-section-content{ // display: flex; } .wvc-section{ .wvc-row{ margin-bottom: 30px; } .wvc-row:last-child{ margin-bottom: 0; } }