
	
@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 {display:block!important;position:relative;top:0px;padding:5px 0px 5px 5px;margin:8px;width:70%}
.portalboxheader {display:none}
.portalboxbody img{display:none}
.portalboxbody a::before {content:"Grups de recerca"}
}
@media screen and (max-width: 480px) {
	.pageheader:after {
	font-size: 1.6em;
	}}
