container {
    width: 205px;
    height: 315px;
    overflow: hidden;
    position: relative;
}
iframe {
    width: 222px;  /* scrollbar = 0px */
    height: 332px; /* scrollbar = 17px */
    overflow-x:hidden;
    top: 0; left: 0;
}
body {
 background-image:url('https://straitwaytruth.com/straitwaytruthimages/StraitwayTruth-background.jpg');
 background-repeat:repeat-x;
 background-attachment:fixed;
 }