//.project-pages-status-card {
.project-pages-info-box {

	max-width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 290px;
    min-height: 0;
    background: #FFF;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
    -webkit-transition: box-shadow .1s ease, -webkit-transform .1s ease;
    transition: box-shadow .1s ease, -webkit-transform .1s ease;
    transition: box-shadow .1s ease, transform .1s ease;
    transition: box-shadow .1s ease, transform .1s ease, -webkit-transform .1s ease;
    z-index: '';
    margin:auto;
    margin-top: 1em;


    .content {

    	-webkit-box-flex: 1;
	    -webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	    border: none;
	    border-top: 1px solid rgba(34, 36, 38, .1);
	    background: 0 0;
	    margin: 0;
	    padding: 0.3em 1em;
	    line-height: 1em;
	    box-shadow: none;
	    font-size: 1em;
	    border-radius: 0;

	    span.project-pages-icon.right.floated {
		    top: 4px;
		    text-align: right;
		}

	    .header {

		    font-weight: 500;
		    font-size: 1.1em;
		    line-height: 1.5em;

	    }

	    .meta {

		    font-size: 1em;
		    color: rgba(0, 0, 0, .4)

	    }
    }
}
.project-pages-info-box .content:first-child {
//.project-pages-status-card .content:first-child {
	
	border-radius: .28571429rem .28571429rem 0 0 !important;
    border-top: none !important;
    padding-top: 0.5em;
    padding-bottom: 0.7em;

}

.project-pages-body {

	padding:1em 3em;

	// center video
	iframe {

		margin:auto;
		display:block;
		max-width:100%

	}

	p {

		font-size: 1.1em;

	}

}