#mymessage {
    position: fixed;
    top: 0;
    right: 0;
	z-index:999999;
}
#myinner-message {
    margin: 0 auto;
}

#fountainTextG{
  position:fixed;
	top:50%;
	left:40%;
	z-index:10000000;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
/* Mobile */
@media only screen and (max-width: 767px) {
	.fountainTextG{
		font-size:30px;
	}
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.fountainTextG{
		font-size:35px;
	}
}

/* Computer */
@media only screen and (min-width: 980px) {
	.fountainTextG{
		font-size:65px;
	}
}
.fountainTextG{
	color:#F00;
	font-family:Arial;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	float:left;
	animation-name:bounce_fountainTextG;
		-o-animation-name:bounce_fountainTextG;
		-ms-animation-name:bounce_fountainTextG;
		-webkit-animation-name:bounce_fountainTextG;
		-moz-animation-name:bounce_fountainTextG;
	animation-duration:1.82s;
		-o-animation-duration:1.82s;
		-ms-animation-duration:1.82s;
		-webkit-animation-duration:1.82s;
		-moz-animation-duration:1.82s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.5);
		-o-transform:scale(.5);
		-ms-transform:scale(.5);
		-webkit-transform:scale(.5);
		-moz-transform:scale(.5);
}#fountainTextG_1{
	animation-delay:0.65s;
		-o-animation-delay:0.65s;
		-ms-animation-delay:0.65s;
		-webkit-animation-delay:0.65s;
		-moz-animation-delay:0.65s;
}
#fountainTextG_2{
	animation-delay:0.78s;
		-o-animation-delay:0.78s;
		-ms-animation-delay:0.78s;
		-webkit-animation-delay:0.78s;
		-moz-animation-delay:0.78s;
}
#fountainTextG_3{
	animation-delay:0.91s;
		-o-animation-delay:0.91s;
		-ms-animation-delay:0.91s;
		-webkit-animation-delay:0.91s;
		-moz-animation-delay:0.91s;
}
#fountainTextG_4{
	animation-delay:1.04s;
		-o-animation-delay:1.04s;
		-ms-animation-delay:1.04s;
		-webkit-animation-delay:1.04s;
		-moz-animation-delay:1.04s;
}
#fountainTextG_5{
	animation-delay:1.17s;
		-o-animation-delay:1.17s;
		-ms-animation-delay:1.17s;
		-webkit-animation-delay:1.17s;
		-moz-animation-delay:1.17s;
}
#fountainTextG_6{
	animation-delay:1.3s;
		-o-animation-delay:1.3s;
		-ms-animation-delay:1.3s;
		-webkit-animation-delay:1.3s;
		-moz-animation-delay:1.3s;
}
#fountainTextG_7{
	animation-delay:1.43s;
		-o-animation-delay:1.43s;
		-ms-animation-delay:1.43s;
		-webkit-animation-delay:1.43s;
		-moz-animation-delay:1.43s;
}
#fountainTextG_8{
	animation-delay:1.56s;
		-o-animation-delay:1.56s;
		-ms-animation-delay:1.56s;
		-webkit-animation-delay:1.56s;
		-moz-animation-delay:1.56s;
}
#fountainTextG_9{
	animation-delay:1.69s;
		-o-animation-delay:1.69s;
		-ms-animation-delay:1.69s;
		-webkit-animation-delay:1.69s;
		-moz-animation-delay:1.69s;
}
#fountainTextG_10{
	animation-delay:1.82s;
		-o-animation-delay:1.82s;
		-ms-animation-delay:1.82s;
		-webkit-animation-delay:1.82s;
		-moz-animation-delay:1.82s;
}

@keyframes bounce_fountainTextG{
	0%{
		transform:scale(1);
		color:#000000;
	}

	100%{
		transform:scale(.5);
		color:#FFFFFF;
	}
}

@-o-keyframes bounce_fountainTextG{
	0%{
		-o-transform:scale(1);
		color:#000000;
	}

	100%{
		-o-transform:scale(.5);
		color:#FFFFFF;
	}
}

@-ms-keyframes bounce_fountainTextG{
	0%{
		-ms-transform:scale(1);
		color:#000000;
	}

	100%{
		-ms-transform:scale(.5);
		color:#48A5FF;
	}
}

@-webkit-keyframes bounce_fountainTextG{
	0%{
		-webkit-transform:scale(1);
		color:#000000;
	}

	100%{
		-webkit-transform:scale(.5);
		color:#48A5FF;
	}
}

@-moz-keyframes bounce_fountainTextG{
	0%{
		-moz-transform:scale(1);
		color:#000000;
	}

	100%{
		-moz-transform:scale(.5);
		color:#48A5FF;
	}
}

.shadow-text {
  color: white;
  text-shadow: 2px 2px 2px rgba(0,0,0,1);
}

.brands img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
