.favcontainer 
{ display:block;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:0px;
max-width:584px; border:1px solid #000; color:#777;
background: #fff;
}

.h2 { font: normal 400 1.4em/100% 'fat_witchregular', sans-serif; letter-spacing:0.1em; line-height: 1.4em; color:#e93d34;padding:8px 10px 10px 50px; margin:0px; }
a.btn {
vertical-align:middle;
-webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #e93d34;
  padding: 8px 16px 8px 16px;
  text-decoration: none;
}

a.btn:hover {
  background: #000000;
  text-decoration: none;
}
.h3 {font:normal 200 1.0em/1.4em 'Doris', sans-serif; padding: 0 12px 0px 20px; color:#545454;line-height: 1.4em;}
 #custom {float:left; padding: 0 20px 10px 20px;}
 a.btn2 {
vertical-align:middle;
-webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #e93d34;
  padding: 4px 8px 4px 8px;
  text-decoration: none;
}

a.btn2:hover {
  background: #000000;
  text-decoration: none;
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
.favcontainer 
{ display:block;margin:auto; width:98%; border:1px solid #000; color:#777;
background: #fff;
}
.favcontainer img{width:100%;}
#custom {width:46%; padding:0 10px 0 0;}
#favs {display:none;}
.SO1 {display:none; border: #777 0px solid;border-radius:4px;}
}