input[type=radio][name=sp-slider] {
    display: none;
}
.sp-container{
     position: relative;
     width: 100%;
     height:95vh;
}
.sp-card {
	position: absolute;
	width: 60%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	transition: transform 1s ease-in-out, opacity 1s ease-in-out;
	cursor: pointer;
	opacity: 0;
	z-index: 0;
	background-image: url('/assets/themes/ghosthouse/images/pergament-bg180grad.png');
	transform: translateX(0) scale(0);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.sp-cards {
    top: -2vh;
    position: relative;
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp-title {
	position: relative;
	float: left;
	width: 48vw;
	height: auto;
	margin-top: 10vh;
	margin-left: 1vw;
	font-size: xxx-large;
	text-align: center;
    color: black;
}
.sp-logo {
	position: relative;
	float: left;
	width: 20vw;
	height: auto;
	margin-top: 7vh;
	margin-left: 5vw;
}
div.sp-info {
    position: relative;
    float: left;
    width: 24vw;
    margin-top: 7vh;
    margin-left: 0vw;
    color: black;
}
.sp-info-data {
    position: relative;
    float: left;
    margin-top: 2vh;
    margin-left: 2vw;
    width: 100%;
    font-size: large;
}
span.sp-label,
a.sp-web{
	float: left;
	text-decoration: none;
}
.sp-logo img {
    width: 100%;
    height: 100%;
    border-radius: 2vw;
    object-fit: cover;
}

@media screen and (max-width: 768px){
	div.sp-info {
		position: relative;
		float: left;
		width: 45%;
		margin-top: 9vh;
		margin-left: 3vw;
	}
	.sp-title {
		position: relative;
		float: left;
		width: 50vw;
		height: auto;
		margin-top: 10vh;
		margin-left: 7vw;
		font-size: x-large;
	}
	.sp-info-data {
		position: relative;
		float: left;
		margin-top: 0.5vh;
		margin-left: 0vw;
		width: 80%;
		font-size: small;
	}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
	div.sp-info {
		position: relative;
		float: left;
		width: 45%;
		margin-top: 3vh;
		margin-left: 3vw;
	}
	.sp-logo {
		position: relative;
		width: 28vw;
		height: auto;
		margin-top: 3vh;
		margin-left: 7vw;
	}
	.sp-title {
		position: relative;
		float: left;
		width: 56vw;
		height: auto;
		margin-top: 3vh;
		margin-left: 7vw;
		font-size: x-large;
	}
	.sp-card {
		top: 5vh;
		height: 43vh;
		width: 70vw;
		background-image: url('/assets/themes/ghosthouse/images/pergament-bg180grad.png');
		background-size: cover;
	}
}
