/*
* Styles for MomentoPress
*/

.momentopress-container{
    position: relative;
    margin: 20px auto;
    width: 100%;
    max-width: 900px;
    padding-top: 55%;
}

.momentopress-embed{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
	width: 100%;
    height: 100%;
}