.plugin_customcontainer{
	/* border:1px dotted red;*/
}

.plugin_customcontainer_full_width {
	display: block;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	width: 100vw;
	/* border:1px dotted blue;*/
}

.plugin_customcontainer_content{
	/* border:1px dotted yellow;*/
	margin:0px auto;
}

.plugin_customcontainer_content_950 {
	max-width:950px; 
}
.plugin_customcontainer_content_1180 {
	max-width:1180px;
}
.plugin_customcontainer_content_full {
	
}