@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
body .header {
background-image: url(http://factivation.com/wp-content/uploads/2014/08/background_blue.png);       
}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
.title-section .title-header 
{
display:none;
}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
.title-section .breadcrumb 
{
display:none;
}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
#offer h2
{
line-height:1.2
}
}






