#wombatIframe {
    margin-left: -15px;
    width: calc(100% + 15px);
    border: 0;
    height: 100%;
    transition: height 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out;
    overflow-x: hidden;
}