Current File : /home/kelaby89/muzza.fit/wp-content/plugins/wolf-visual-composer/scss/shortcodes/_section.scss
/* 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;
	}
}
Hello World !