/* BREAKPOINT MOBILE */
@media (max-width: 768px) {

	.module.profile.portrait .photo {
	    /*width: calc(80% - (var(--gl-site-padding) * 2));*/
	}

	.module.profile.portrait .backwrap {
	    margin-top: -64px;
	    /*min-height: 300px;*/
	    /*align-items: flex-start;*/
	}

	.module.profile.portrait .background {
		min-height: 50%;
	}
	.module.profile.portrait .social > a {
		width: 32px;
		height: 32px;
	}
	.module.profile.portrait .backwrap:hover .photo {
		transform: scale(1.02);
	}

}