/* plugin CSS */

div.test-plugin {
	position: relative;
	display: flex;
	flex-direction: column;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%; width: 100%;
    justify-content: flex-start;
    overflow: hidden;
	pointer-events: none;
}
