.wprv-box__head {
	margin: 0 auto;
	background: none;
}

.wprv-box__head .wprv-mobile *:not(.wprv-close) {
	max-width: 414px;
	max-height: 90px;
}


body.cookies-not-set .wprv-footer {
	bottom: 85px;
}

body.wprv-is-bottom-img {
	padding-bottom: 90px;
}

.wprv-footer {
	max-width: 1170px !important;
	max-height: 90px !important;
	z-index: 3 !important;
}

.wprv-footer .wprv-mobile *:not(.wprv-close) {
	max-width: 414px;
	max-height: 90px;
}

.wprv-box__sidebar {
	max-height: unset !important;
	margin: 15px 0 !important;
}

.wprv-box__sidebar .wprv-pc *:not(.wprv-close) {
	max-width: 300px;
	max-height: 300px;
}

.wprv-box__sidebar .wprv-mobile *:not(.wprv-close) {
	max-width: 414px;
	max-height: 90px;
}


.wprv-box__single-post .wprv-mobile *:not(.wprv-close) {
	max-width: 414px;
	max-height: 90px;
}



.wprv-box__category {
	max-height: unset !important;
	margin: 0 auto 25px auto !important;
}

.wprv-box__category .wprv-pc *:not(.wprv-close) {
	max-width: 590px;
	max-height: 160px;
}

.wprv-box__category .wprv-mobile *:not(.wprv-close) {
	max-width: 440px;
	max-height: 295px;
}


.wprv-box__slot_demo {
	width: 100%;
	height: 100%;
}

.wprv-box__slot_demo .wprv-item,
.wprv-box__slot_demo .wprv-pc *:not(.wprv-close) {
	height: 100%;
	object-fit: cover;
}

.wprv-box__slot_demo .wprv-mobile *:not(.wprv-close) {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

 @media (max-width: 768px) {
 	body.cookies-not-set .wprv-footer {
		bottom: 0;
	}
 }