/*
* Styles for MomentoPress
*/

.momentopress-container{
    position: relative;
    margin: 20px auto;
    width: 100%;
    /*max-width: 1100px;*/
    padding-top: 38%;
}

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