
#fmm2018 { background-image: url(https://cdn.xtremeidiots.com/pages_media/0_xifallenmembermemorial2018.jpg); background-size: cover; background-repeat: no-repeat; width: 100%; height: 120%; }

@media only screen and (min-width: 757px) { /* 757px and wider */
  #fmm-server img { max-width: 100%; float: right; } 
  #fmm-server { padding: 40% 2% 25% 0%; }
} 

@media only screen and (max-width: 756px) { /* 756px and smaller */
  #fmm-server img { max-width: 80%; float: left; } 
  #fmm-server { padding: 40% 0% 25% 2%; }
}

