
	
@media screen and (max-width: 768px) {
	
	.pageheader:after {
		content: "Dipòsit Digital de Documents de la UAB ";
		color: #ffffff;
		font-size: 2em;
		position: absolute;
		top: 20px;
		left: 100px;
		max-width: 250px;
	}
	
	.headerbox tr:nth-of-type(1) {
		background-color: #2e2d16;
		background-image: url('/img/uab/header_mobile.png');
		background-repeat: no-repeat;
		background-size: 70px;
		background-position: 5px 15px;
	}
.portalbox {position:relative; top:-20px;width:0px;height:0px;padding:0px;font-size:0px!important;color:transparent!important;background:transparent!important}
.portalboxheader {display:none}
.portalboxbody {background:transparent;color:transparent}
.portalboxbody img{display:none}
.portalboxbody img[src*="grupsrecerca"]{display:block!important;}

}
@media screen and (max-width: 480px) {
	.pageheader:after {
	font-size: 1.6em;
	}
	}
