
@media screen and (min-width: 700px) {
    .vlr-has-ad:has(> .vlr-general-ad) {
        padding-top: 10rem;
    }
}

.vlr-general-ad {
	position: absolute;
	inset: 0;
	z-index: -1;
}

.vlr-general-ad img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.phpbb_announcement .close {
    display: none !important;
}

.postlink:has(.postimage) {
    background: transparent !important;
    border: 0 !important;
}

@media screen and (max-width: 700px) {
    .vlr-general-ad { display: none; }
}