.pxp_cf {
	background: #000;
	aspect-ratio: 16/9;
	overflow: hidden;
}

.pxp_cf__block {
	position: relative;
	height: 100%;
}

.pxp_cf__images {
	cursor: pointer;
	position: relative;
	height: 100%;
}

.pxp_cf__images img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 100;
	width: 100%;
	display: block;
}

.pxp_cf__images > [data-type=main] {
	z-index: 1;
	position: relative;
}

.pxp_cf__title {
	position: absolute;
	bottom: 0;
	text-align: center;
	height: 50px;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	font-weight: bold;
	width: 100%;
	z-index: 150;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pxp_cf__buttons {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.pxp_cf__buttons a.pxpcf__fs_btn,
.pxp_cf__buttons a.pxpcf__fs_btn:visited,
.pxp_cf__buttons a.pxpcf__fs_btn:active,
.pxp_cf__buttons a.pxpcf__fs_btn:focus {
	display: block;
	width: 280px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0;
	text-align: center;
	background: linear-gradient(180deg, #E34A44 0%, #D61710 100%);
	border-radius: 5px;
	padding: 20px;
	text-decoration: none;
}

.pxp_cf__buttons a.pxpcf__fs_btn:hover {
	color: #fff;
	text-decoration: underline;
}