@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 630px) {
.obi {
	width: auto;
    height: 100px;
    margin: 0% auto;
    padding: 0% 0%;
    background-image: url("../img/privacy/obi.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

h4{
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}

hr{
	border:none;
	border-bottom:1px dotted #cccccc;
	margin: 25px 0;
	padding: 0;
}

}







@media print, screen and (min-width: 631px) {
.obi {
	width:auto;
    height: 150px;
    margin: 0 auto;
    padding: 0px;
    min-width: 1000px;
    background-image: url("../img/privacy/obi.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

h4{
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}

hr{
	border:none;
	border-bottom:1px dotted #cccccc;
	margin: 30px 0;
	padding: 0;
}

}