.qubely-section {

	.qubely-container {
		max-width: var(--blockMaxWidth) !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	&.alignfull {
		.qubely-container {
			width: var(--blockWidth) !important;
		}
	}

	p:last-child {
		margin-bottom: 0 !important;
	}

	// equal height columns
	.qubely-row {
		> .qubely-column {
			min-height: inherit;

			> .qubely-column-inner {
				min-height: inherit; 
			}
		}
	}
}

.qubely-video-popup .fa-play:before {
	margin-left: 0.2em;
}