.home_message { 
  overflow:hidden;
  width: 100%;
}

.home_message div {
   min-height: 133px;
   padding: 10px;
}

#left_message {
  background-color: #ed2948;
  float:left; 
  width:250px;
  background: url("/assets/dhs/images/content/home/code-red-bottom.jpg") no-repeat center 0 fixed; 
  background-size: 100% 100%;
}

#right_message { 
  background-color: black;
  overflow:hidden;
  padding:15px 20px 5px 18px;
  min-height:133px;
}

@media screen and (max-width: 725px) {
#left_message { 
  float: none;
  margin-right:0;
  width:auto;
  border:0;   
  width: 100%;
}
#right_message { 
  background-color: black;
  overflow:hidden;
  padding:15px 20px 10px 18px;
  min-height:133px;
}
}