.hbtn {
  background: transparent;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  padding: 8px 20px;
  margin: 0 3px 6px 3px;
  text-align: center;
  border: solid 1px #000;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  z-index: 0;
  font-weight: 700;
}

.hbtn.hb-fill-right:before {
  position: absolute;
  content: '';
  background: #b9a88b;
  transition-duration: .3s;
  z-index: -1;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 1;
}

.hbtn.hb-fill-right:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #cecece;
}

.hbtn.hb-fill-left:before {
  position: absolute;
  content: '';
  background: #cecece;
  transition-duration: .3s;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 0;
  height: 100%;
  opacity: 1;
}

.hbtn.hb-fill-left:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.emilio-background {
	background-image: url('../image/agency/emilio.png');
	width: 100%;
	height: 383px;
	background-position: center;
	background-repeat: no-repeat;
}

.sofia-background {
	background-image: url('../image/agency/sofia.png');
	width: 100%;
	height: 383px;
	background-position: center;
	background-repeat: no-repeat;
}

.rosa-background {
	background-image: url('../image/agency/rosa.png');
	width: 100%;
	height: 383px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -1.2%;
}

.intre-background {
	background-image: url('../image/agency/intre.png');
	width: 100%;
	height: 383px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -1.2%;
}

@media (max-width: 768px) {
	
.rosa-background {
	background-image: url('../image/agency/rosa.png');
	width: 100%;
	height: 383px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 0;
}

.intre-background {
	background-image: url('../image/agency/intre.png');
	width: 100%;
	height: 383px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 0.8%;
}
	
}