.block-socialfeed {
    padding: 3%;
    background: #163a86;
}

.block-socialfeed .content img{
    margin:auto;
    width: 100%;
}

.block-socialfeed > h2 {
    color: white;
}

.fb-video {
	width: 100%;
	height: 100%;
}

.block-socialfeed ul li {
    background: white;
    border-radius: 2px;
	padding: 10px;
	margin-bottom: 10px;
}

.block-socialfeed ul li:last-of-type {
	margin-bottom: 0px;
}

.block-socialfeed .content {
    max-height: 700px;
    overflow-y: scroll;
}
