@charset "UTF-8";

@media only screen and (min-width: 800px) {
.smallContent{
    margin-left: 240px;
    margin-right: 240px;
}
}

.lifein_movie{
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}
 
.lifein_movie iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}