/* CSS Document */

.artist {
	height:150px;
	border-radius: 8px;
}

.circular--square { 
	border-top-left-radius: 50% 50%; 
	border-top-right-radius: 50% 50%; 
	border-bottom-right-radius: 50% 50%; 
	border-bottom-left-radius: 50% 50%; 
}

body .cyano_text, .cyano_text  {
	color: #5ec3d9;
	}

@media screen and (max-width: 736px) and (orientation: portrait) {
	.spotlight.style1 {
		text-align: left !important;
		}
}


