/* this is a common code for all templates */

body, html {
margin:0;
padding:0;
width:100%;
overflow-x:hidden;
}

@media screen and (max-width:650px)
{

.flagCounter img {
width:100%;
}

}