.centerframe {
    height: 1000px;
    width: 100%;
    margin: auto;
    padding-bottom: 50%;
    position: relative;
}
.centerframe iframe {
    min-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
}