.custom-img {
		max-height: 600px;
}

@media (min-width: 539px) {
		.custom-img {
				max-height: 440px;
		}
}

@media (min-width: 767px) {
		.custom-img {
				max-height: 600px;
		}
}

@media (min-width: 1279px) {
		.custom-img {
				max-height: 640px;
		}
}

@media (min-width: 1365px) {
		.custom-img {
				max-height: 620px;
		}
}

@media (min-width: 1439px) {
		.custom-img {
				max-height: 700px;
		}
}

@media (min-width: 1919px) {
		.custom-img {
				max-height: 900px;
		}
}

@media (min-width: 2559px) {
		.custom-img {
				max-height: 1280px;
		}
}

@media (min-width: 3839px) {
		.custom-img {
				max-height: 1920px;
		}
}

.custom-padding-bottom {
		padding-bottom: 40px;
}

@media (min-width: 1023px) {
		.custom-padding-bottom {
				padding-bottom: 180px;
		}
}

@media (min-width: 1279px) {
		.custom-padding-bottom {
				padding-bottom: 240px;
		}
}

/* Custom Brands Colors */

.custom-apple-hover-effect {
		transition: ease background 300ms;
}

.custom-apple-hover-effect:hover {
		background: #7335d4;
}
.custom-spotify-hover-effect {
		transition: ease background 300ms;
}

.custom-spotify-hover-effect:hover {
		background: #1ed760;
}

.custom-amazon-hover-effect {
		transition: ease background 300ms;
}

.custom-amazon-hover-effect:hover {
		background: #3cd0d9;
}

.custom-youtube-hover-effect {
		transition: ease background 300ms;
}

.custom-youtube-hover-effect:hover {
		background: #ff0000;
}

.custom-iheart-hover-effect {
		transition: ease background 300ms;
}

.custom-iheart-hover-effect:hover {
		background: #b32930;
}

.custom-pandora-hover-effect {
		transition: ease background 300ms;
}

.custom-pandora-hover-effect:hover {
		background: #00a0ee;
}

/* OpIcon */
.opicon{
   opacity: 1.0;
}
.opicon:hover{
   opacity: 0.8;
}
