.topmenuline .line{
    display: block;
    margin-top: 0;
}

.podcastbox{
    width: 962px;
    height: auto;
    padding-bottom: 100px;
}
.podcastbox .codewrapper{
    width: 882px;
    margin-left: 80px;
}
.podcastbox p{
    margin-top: 40px;
    line-height: 1.7;
}


@media only screen and (max-width: 1700px){
    .podcastbox{
        width: 928px;
    }
    .podcastbox .codewrapper{
        width: 100%;
        margin: 0;
    }
}


@media only screen and (max-width: 1140px){
    section{
        width: calc(100% - 48px);
        padding: 0 24px;
    }

    .podcastbox{
        width: 100%;
    }   

    .podcastbox .codewrapper{
        width: calc(100% + 48px);
        margin-left: -24px;
    }

    /*.codewrapper iframe{
        width: calc(100% - 48px) !important;
        padding: 0 24px;
    }*/
}