﻿
.ifrm {
    background-color: white;
    width: 100%;
    height: 520px;
}

@media screen and (max-width:600px) {
    .ifrm.responsive {
        height: 480px;
    }
}
