Unfortunately, I cannot post the complete page code to illustrate what I am referencing. The issue is pretty simple:
Image is pushing down content (EI11 only). The original image is large for responsiveness and being resized to 50% on the desktop large breakpoint. An interim fix has been to resize the image to the exact size of the desktop large which takes away the extra space that is pushing down content.
I am leaning to the problem rooted to the FlexBox framework used and it not being fully compatible to IE11
https://caniuse.com/#feat=flexbox
=======================================>
<img class="right-asset" alt="Images of researchers, statisticians, mathematicians." src="/nationsreportcard/subject/researchcenter/images/img-researchers2.png">
media="screen and (min-width: 1200px)"
#PageBody #MainContent .right-asset {
position: relative;
float: right;
right: 0;
width: 50%;
margin-left: 20px;
margin-bottom: 20px;
border: 1px solid #c69214;
box-shadow: 0 3px 6px rgba(54,54,54,.15);
top: 3px;
}