#perma-post .post-container,
#perma-post .post-container iframe:not(.like_toggle),
#perma-post .post-container img:not(.post-ask-img) {
    width: 100%;
    position: relative;
    /* border-radius: 3px; */
}
.tumblr_video_container,
.flickr-embed-frame {
    width: 100% !important;
}

#perma-post {
    position: relative;
    max-width: 600px;
    width: 100%;
    margin: 5px auto;
    font-size: 13px;
}
#perma-post .photo-post-img {
    width: 100%;
}
#perma-post > .post-content img {
    width: 100%;
    height: auto;
}
#perma-post > .post-content {
    word-break: break-all;
}
/* TAGS */
.iso-tag-right {
    vertical-align: middle;
}
#perma-post .perma-post-tags {
    width: 100%;
}
#perma-post .perma-post-tags > a {
    font-size: 14px;
    text-decoration: none;
    padding: 8px;
    display: inline-block;
    transition: .2s;
}
.post-tags > a {
    font-size: 17px;
    vertical-align: 0;
    cursor: pointer;
}
.perma-reblog-from {
    padding-top: 3px;
}
.perma-notes,
.perma-note-count {
    text-align: center;
}
.perma-note-count {
    padding: 10px;
    font-size: 15px;
    font-weight: 800;
}
.perma-notes ol {
    list-style: none;
    line-height: 20px;
}
.perma-notes a {
    text-decoration: none;
}
.perma-notes img {
    vertical-align: -3px;
    margin: 0 10px;
}