﻿.newgame_main iframe {
    margin-top: 5px;
    width: 100%;
    height: 1010px;
    background: #fff;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}
