@media only screen and (min-width: 769px) {
    .post-content iframe{
        width: 100%;
        height: 460px;
        margin: 30px auto;
    }
}
@media only screen and (max-width: 768px) {
    .post-content iframe{
        width: 100%;
        height: 415px;
        margin: 30px auto;
    }
}