/* [[w:en:User:Chlod/Full-width image]] */
.userpage_image {
/* Example: url("//upload.wikimedia.org/wikipedia/commons/8/88/Molave%2C_Goni%2C_90W.png") */
background-image: url("//upload.wikimedia.org/wikipedia/commons/0/06/RTC_0968-a.jpg");
background-size: cover;
background-position: center;
/* The image will take up 75% of the window height as set below. You can change this */
/* value to a different percentage, or use "px" (pixels) instead of "vh" (viewport height). */
height: 90vh;
/* If you don't want the image to take up 75% of the page height on portrait phones, uncomment the following line. */
/* max-height: 500px */
}