/* Make full-width elements like iframes break out of the default container */
.full-width-embed iframe {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    max-width: 100vw;
    border: none;
}


/*
body{
    //background-image: url('/assets/images/flowers_back-lighter.jpg');
    background-color: #6b9158;
    //background-size: cover;
    ////background-position: center;
    background-repeat: repeat;
}

.md-header {
    background-color: #6b;
}
.md-tabs {
    background-color: #6b9158;
}

//iframe { background-color:orange; }

*/


