.iframe-tab{
    width: 70%;
    height: 400px;
}

.text-center{
    text-align: center !important;
}

@media only screen and (max-width: 1199px) {
    .iframe-tab{
        width: 100% !important;
        height: 300px !important;
    }
}