#structContent h1 {margin-right: 280px;}
#conducting {float: right; position: relative; top: -4em;}

/* == SMALL SCREEN == */
@media screen and (max-width: 780px)
{
#structContent h1 {margin-right: inherit;}
#conducting {float: none; display: block; position: static;}
}