@charset "UTF-8";
/* CSS Document */

/* UNPARALLELED SOUND - Button */

.custom-image-left a {
	display: inline-block;
	margin-top: 20px;
	color: #333 !important;
	text-align: center;
	border: 1px solid #333;
}

.custom-image-left a:hover {
	background-color: #a0a0a0;
	background-color: rgba(160, 160, 160, 0.4);
	color: #333 !important;
	text-decoration: none;
}

@media screen and (min-width: 481px) {
  .custom-image-left a {
  	padding: 20px;
  	min-width: 200px;
  }
}

@media screen and (max-width: 480px) {
  .custom-image-left a {
  	padding: 10px;
  	min-width: 140px;
  	margin-top: 10px;
  }
}