.mediaBlock-image{
    overflow: hidden;
}
.subscribe-iframe{
    display: block;
    overflow: hidden;
    width: 100%;
    border: none;
    height:420px;
}
.article-read_time {
    font-size: 0;
}

.article-read_time > * {
    font-size: initial;
}

@media only screen and (max-width : 1320px) {
    .subscribe-iframe{
        height:730px;
    }
}