/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/


#impressora {
	height: 300px;
}


@media (min-width: 480px) and (max-width: 991px) {
    #impressora {
        height: 250px;
    }
}

@media (max-width: 767px) {
    #impressora {
        height: 200px;
    }
}