.figure{
	position: static;
	width: 100%;
	overflow: hidden;
}

.video-figure-wrapper{
	position: static;
	width: 33.333%;
	overflow: hidden;
    float:left;
}

.video-figure-content{
	position: static;
    width: 100%;
}

.video-figure-content video{
	position: static;
    width: 100%;
}

.video-figure-caption{
	position: static;

    width: 100%;

	padding-left: 15px;
	padding-right: 15px;

	text-align: center;
	text-justify: auto;

}

.image-figure-wrapper{
	position: static;
	width: 100%;
	overflow: hidden;
    float:left;
}

.image-figure-content{
	position: static;
    width: 100%;
}
	
.image-figure-content img{
	position: static;
    width: 100%;
}

.image-figure-caption{
	position: static;

    width: 100%;

	padding: 0px;

	text-align: center;
	text-justify: auto;
}