/* GAMMA */
@import "bithive-gamma.css";

/* CSS del proyecto */
/* wall */
.wall::before {
	background-color: #000000 !important;
}

.wall::after {
	background-image: url("../images/wall.jpg") !important;
	background-position: center center;
	background-size: cover;
	opacity: 0.75;
}