.webterminal-mt5 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.webterminal-mt5 iframe {
    border: none;
    width: 100%;
    height: calc(90vh - 40px);
}
@media (max-width: 560px) {
    .footer-sec {
        margin-top: 0;
    }
    .webterminal-mt5 iframe {
        width: 100%;
        height: calc(70vh - 40px);
    }
}