.stabilizer-uid-gif-marker {
	display: none !important;
}

.postbit.stabilizer-uid-gif-postbit {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--trow-bg);
}

.postbit.stabilizer-uid-gif-postbit::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 500px;
	z-index: 0;
	pointer-events: none;
	background-image: var(--stabilizer-uid-gif-image);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.postbit.stabilizer-uid-gif-postbit::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 500px;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient(to bottom, transparent 8%, var(--trow-bg) 100%);
}

.postbit.stabilizer-uid-gif-postbit > * {
	position: relative;
	z-index: 1;
}

.postbit.stabilizer-uid-gif-postbit > .postbit_avatar,
.postbit_avatar.stabilizer-uid-gif-avatar-host {
	display: none !important;
}

.postbit.stabilizer-uid-gif-postbit .postbit_information {
	min-height: 22.50rem;
	box-sizing: border-box;
	padding: var(--default-padding) calc(var(--default-padding) / 2) calc(var(--default-padding) / 4);
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}

.postbit.stabilizer-uid-gif-postbit .postbit_information > span {
	margin-top: auto !important;
}

.postbit.stabilizer-uid-gif-postbit .postbit_statistics_content {
	background: rgba(12, 16, 27, 0.68) !important;
	border-color: rgba(255, 255, 255, 0.16) !important;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}

.postbit.stabilizer-uid-gif-postbit .postbit-rank {
	background-color: rgba(12, 16, 27, 0.72);
}

.postbit.stabilizer-uid-gif-postbit .postbit-ranks,
.postbit.stabilizer-uid-gif-postbit .postbit-ranks img {
	background: transparent !important;
	box-shadow: none !important;
}

@media screen and (max-width: 768px), screen and (max-device-width: 768px) {
	.postbit.stabilizer-uid-gif-postbit {
		min-height: 11rem;
	}

	.postbit.stabilizer-uid-gif-postbit::before {
		background-position: center 22%;
	}

	.postbit.stabilizer-uid-gif-postbit::after {
		background: linear-gradient(to right, transparent 8%, var(--trow-bg) 100%);
	}

	.postbit.stabilizer-uid-gif-postbit .postbit_information {
		min-height: 9rem;
	}
}
