.page-template-portfolio-fullscreen-slider {
	.page-header-inner {
		position: fixed;
		width: 100%;
	}
	.tm-swiper {
		height: 100vh;
		.swiper-container {
			height: 100%;
		}
		.swiper-slide {
			min-width: 100%;
			height: 100%;
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
		}
		.swiper-nav-button {
			font-size: 60px;
			color: #ffffff;
			font-weight: bold;
			height: 60px;
			line-height: 1;
			width: 60px;
			top: 50%;
			transform: translate(0, -50%);
		}
		.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
			left: 45px;
		}
		.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
			right: 45px;
		}
	}
	.portfolio-info {
		position: absolute;
		bottom: 130px;
		right: 130px;
		text-align: right;
	}
	.portfolio-title {
		margin-bottom: 34px;
		max-width: 590px;
		a {
			color: #ffffff;
			font-size: 3.1vw;
			font-weight: bold;
			letter-spacing: -0.43px;
			line-height: 1.05em;
		}
	}
	.portfolio-categories {
		a {
			color: inherit;
		}
	}
	&.admin-bar {
		.tm-swiper {
			height: calc(100vh - 32px);
		}
	}
}

@media screen and (max-width: 782px) {
	.page-template-portfolio-fullscreen-slider {
		&.admin-bar {
			.tm-swiper {
				height: calc(100vh - 46px);
			}
		}
	}
}
