The quick fix: Add this to your CSS;
#movie {
    min-width: 345px;
}
The real fix: Rewrite your entire CSS/HTML
1
solved Two divs not aligning correctly
 
The quick fix: Add this to your CSS;
#movie {
    min-width: 345px;
}
The real fix: Rewrite your entire CSS/HTML
1
solved Two divs not aligning correctly