/**
 * @name VoiceChannelBigPP
 * @author AlexandroPower
 * @description Make your profile pic square and big in vocal chat.
 * @version 1.0.0
 */


/* Make profile pic squared and proportionate*/
.content-3u3YYB .wrapper-3Un6-K.avatarWrapper-24Rbpj .mask-1y0tyc.svg-1G_H_8 > foreignObject{
	mask: none !important;
	width: 100% !important;
	height: 100% !important;
}

/* Center the profile pic in the box */
.wrapper-3Un6-K.avatarWrapper-24Rbpj,
.mask-1y0tyc.svg-1G_H_8{
	width: 100% !important;
	height: 100% !important;
}

/* Make the box big */
.inner-3je51t,
.outer-VAWfYQ.tileSizer-4EltaN,
.tile-3GyaDQ{
	padding-top: 0 !important;
	width: 300px !important;
	height: 300px !important;
}

/* Small squared pics below a stream*/
.tileSizer-rIlydO{
	width: 112px !important;
	height: 112px !important;
}

/* Make precall pics squared*/
.wrapper-9CUbzN.tile-2WNXdk{
	width: 90px !important;
	height: 90px !important;
}

 /* Adjust stream resolution */
.outer-VAWfYQ.videoSizer-ZRgT6y > .inner-3je51t{
	width: 1383.11px !important;
	height: 777.98px !important;
}
