.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

h3 class = "one" { 
   position: absolute; 
   top:1px; 
   left: 50ox; 
   width: 100%; 
}
h3 class = "two" { 
   position: absolute; 
   top:120px; 
   left: 50ox; 
   width: 100%; 
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

 @media only screen and (min-width: 980px) and (max-width: 20000px) {
.blog .entry-content,.single-post .entry-content {
float: none !important;
margin-right: 15% !important;
margin-left: 15% !important;
width: auto !important;
max-width: 100% !important;
}
}