/* hidden on default */
#foreach-popup { display: none; }

.fiamma-box{
	position: relative;
	background-image: url("../img/fiamma2.jpg");
	background-repeat: no-repeat;
	width: 312px;
	height: 94px;
	
}

.fiamma-text{
	width: 200px;;
	height: 20px;
	position: absolute;
	bottom: 10px;
	right: 0px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}


/* use a media query to filter small devices */
@media only screen and (max-device-width:480px) {
    /* show the popup */
    #foreach-popup { 
	    display: block; 
	    text-align: center;
	    background-color: #f9e361;
	    font-family: Arial;
	    font-size: 30px;
	    font-weight: bold;
	    padding: 20px;
	    margin-bottom: 10px;
    }
    #foreach-popup a:link, 
    #foreach-popup a:visited,
    #foreach-popup a:hover{
	    color: black;
    }
}