.ketchup-error {
  position: absolute;
  width: auto;
}
.ketchup-error ul {
  padding: 0;
  margin: 0;
  font-size: 12px;
  text-align: left;
  color: #111;
  background: #eb7155;
  background: rgba(235, 113, 85, 0.9);
  padding: 10px;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  border-radius: 5px;
  list-style: none;
  line-height: 16px;
  color:#fff
}
.ketchup-error span{
  display: block;
  width: 0; 
  height: 0; 
  border-left: 0 solid transparent; 
  border-right: 15px solid transparent;
  border-top: 10px solid #eb7155;
  border-top: 10px solid rgba(235, 113, 85, 0.9);
  border-bottom: 0;
  margin-left: 10px;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
.ketchup-error {
  left:5px !important;
}
}