header.white a.logo {
	background: url("../img/apartmanprimori-logo-es.svg?r=1") no-repeat left center;
	background-size: 100% auto;
}
header.small a.logo {
    background: url("../img/apartmanprimori-symbol.svg") no-repeat left center;
	background-size: 100% auto;
	width: 50px;
}
header a.logo {
	float: left;
	display: block;
	height: 90px;
	width: 220px;
	padding: 20px 0;
	background: url("../img/apartmanprimori-logo-es.svg?r=1") no-repeat left center;
	background-size: 100% auto;
}
@media only screen and (max-width: 992px) {
  header.small a.logo {
    background: url("../img/apartmanprimori-logo-es.svg?r=1") no-repeat left center;
    background-size: 100% auto;
    height: 60px;
    padding: 10px 0;
    width: 110px !important;
    background-position: 50%;
  }
}
@media only screen and (max-width: 768px) {
  header a.logo {
    padding: 10px 0;
    width: 150px;
    background-position: 50% !important;
    background: url("../img/apartmanprimori-symbol.svg") no-repeat left center;
    background-size: 100% auto;
  }
}