Current File : /home/kelaby89/muzza.fit/wp-content/plugins/wolf-visual-composer/scss/shortcodes/_text-block.scss
.wvc-text-block{

	p{
		&:first-of-type{
			margin-top:0;
		}

		&:last-child{
			margin-bottom: 0;
		}
	}

	img,
	iframe,
	embed,
	object,
	video{
		max-width: 100%;
	}

	//margin-bottom: 35px;
}
Hello World !