.GEST-aakkostus{
    border:none;
    background:#000;
    color:#FFF;
    margin:5px;
    padding:5px 10px;
    text-transform:uppercase;
}
#GEST-artistilistaus{
    padding:30px;
    min-height:100vh;
}
.GEST-yhtye-content.hidden{
    display:none;
}
.GEST-yhtye-town{
    display:block;
    font-size:14px;
}
.GEST-yhtye-title:hover{
    color:#666;
    cursor:pointer;
}

.GEST-yhtye-content{
    background:rgba(0,0,0,.5);
    display:flex;
    position:fixed;
    top:0;right:0;bottom:0;left:0;
    width:100vw;height:100vh;
    align-items: center;
    justify-content: center;
    z-index:999999999999999999999;
}
.GEST-yhtye-content-box{
    background:#FFF;
    position:relative;
    padding:30px;
    border-radius: 5px;
    width:95vw;
    height:auto;
    max-width:600px;
    max-height:95vh;
    overflow-y:auto;
}

.GEST-hide-yhtye-content{
    position:absolute;
    right:15px;
    top:5px;
    font-size:20px;
    transform:scale(1.5,1);
    font-weight:bold;
}
.GEST-hide-yhtye-content:hover{
    color:#666;
    cursor:pointer;
}

.GEST-yhtye-video{
    width:320px;
    height:200pxx;
    margin:auto;
}
.GEST-www-link{
	display:inline-block;
	width:30px;
	height:30px;
}
.GEST-www-link.www{
	background:url(/wp-content/plugins/GEST-for-WP/icons/www.png);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.GEST-www-link.instagram{
	background:url(/wp-content/plugins/GEST-for-WP/icons/instagram.png);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.GEST-www-link.facebook{
	background:url(/wp-content/plugins/GEST-for-WP/icons/facebook.png);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.GEST-www-link.twitter{
	background:url(/wp-content/plugins/GEST-for-WP/icons/twitter.png);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.GEST-www-link.youtube{
	background:url(/wp-content/plugins/GEST-for-WP/icons/youtube.png);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.GEST-www-link.linkedin{
	background:url(/wp-content/plugins/GEST-for-WP/icons/linkedin.png);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.GEST-www-link.vimeo{
	background:url(/wp-content/plugins/GEST-for-WP/icons/vimeo.png);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.GEST-www-link.pinterest{
	background:url(/wp-content/plugins/GEST-for-WP/icons/pinterest.png);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
