input[type=radio][name=artists-slider] {
    display: none;
}
.artists-container{
     position: relative;
     width: 100%;
     height:95vh;
}
.artists-card {
    position: absolute;
    width: 85%;
    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%;
}

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

.artists-title {
    position: absolute;
    width: 100%;
    height: auto;
    font-size: xxx-large;
    text-align: center;
    color: black;
    margin: 0 auto !important;
    top: 2vh !important;
}
.artists-logo {
    position: relative;
    float: left;
    width: 20vw;
    height: auto;
    margin-top: 2vh;
    margin-left: 2vw;
}
.artists-info {
    position: relative;
    float: left;
    width: 45vw;
    margin-top: 8vh;
    margin-left: 0vw;
    color: black;
}
.artists-info-data {
    position: relative;
    float: left;
    margin-top: 2vh;
    margin-left: 0vw;
    width: 50%;
    font-size: large;
}
p.artists-story {
    float: none;
    color: #830707;
    font-size: x-large;
    margin: 10%;
    padding-top: 3vh !important;
}
span.artists-label,
a.artists-web{
	float: left;
	text-decoration: none;
}
.artists-logo img {
    width: 100%;
    height: 100%;
    border-radius: 2vw;
    object-fit: cover;
}
.left-artists-nav {
    float: left;
    width: 25vw;
    height: 90vh;
    background-color: grey;
    opacity: 0.4;
}
.right-artists-nav {
    float: right;
    width: 25vw;
    height: 90vh;
    background-color: grey;
    opacity: 0.4;
}

@media screen and (max-width: 768px){
	.artists-logo {
		position: relative;
		float: left;
		width: 20vw;
		height: auto;
		margin-top: 4vh;
		margin-left: 3vw;
	}
    .artists-info {
        position: relative;
        float: left;
        width: 41vw;
        margin-top: 10vh;
        margin-left: 0vw;
        color: black;
    }
    .artists-title {
        position: absolute;
        margin-top: 3vh !important;
        width: 100%;
        height: auto;
        margin-top: 5vh;
        margin-left: 2vw;
        font-size: small;
    }
	.artists-info-data {
        position: relative;
        float: left;
        margin-top: 0.5vh;
        margin-left: 0vw;
        width: 50%;
        font-size: xx-small;
	}
	p.artists-story {
		float: none;
		color: #830707;
		font-size: x-large;
		margin: 10%;
		font-size: xx-small;
	}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
	.artists-info {
		position: relative;
		float: left;
		width: 50%;
		margin-top: 7vh;
		margin-left: 0vw;
		margin-bottom: 1vh;
	}
	.artists-info-data {
        position: relative;
        float: left;
        margin-top: 0.5vh;
        margin-left: 0vw;
        width: 100%;
        font-size: xx-small;
	}
    .artists-logo {
        position: relative;
        width: 28vw;
        height: auto;
        margin-top: 8vh;
        margin-left: 4vw;
    }
    .artists-title {
        position: absolute;
        top: 2vh !important;
        width: 100%;
        height: auto;
        margin: 0 auto;
        font-size: small;
    }
	.artists-card {
		top: 0vh;
		height: 85vh;
		width: 75vw;
		background-image: url('/assets/themes/ghosthouse/images/pergament-bg180grad.png');
		background-size: 100% 100%;
	}}
}
