/*---------------------------------------------------------------*/
/*--------------------- facebook_plugin.css ---------------------*/
/*---------------------------------------------------------------*/
.fb_feed {
	background-color: #2E2756;
    color: #fff;
}

.fb_feed .content_container {
	display: flex;
    flex-direction: column;
}

.fb_feed .content_container > div {
	display: flex;
    width: 100%;
    align-items: flex-end;
}

.facebook_plugin {
	width: 100%;
    min-height: 600px;
    display: flex !important;
    justify-content: center;
}

.facebook_plugin span {
	width: 500px !important;
	height: 600px !important;
}

.facebook_plugin span iframe {
	height: 600px !important;
}