@media screen and (min-width: 1170px) {
.animated-logo-section-top{
	display:none;
}
.animated-logo-section-bottom{
	display:none;
}
}
@media screen and (min-width: 320px) and (max-width: 1170px) {
.container{
	width: 100%;
}
.animated-logo-section{
	margin-top:0px;
}
.animated-logo-section-left{
	display:none;
}
.animated-logo-section-right{
	display:none;
}
.animated-logo-section-center{
	width:100%;
	height:60vh;
	position: relative;
	line-height:60vh;
	left:0%;
	margin-left:0%;
	margin-top:16vh;
	margin-bottom:20vh;
}
@-webkit-keyframes logocentersection{
    0%   {font-size:1px}
    100% {font-size:80px}
}
@keyframes logocentersection{
    0%   {font-size:1px}
    100% {font-size:80px}
}
.coming-soon{
	width:100%;
	height:auto;
	line-height:100x;
	position:absolute;
	top:60vh;
}
@-webkit-keyframes comingsoonsection{
    0%   {font-size:1px}
    100% {font-size:30px}
}
@keyframes comingsoonsection{
    0%   {font-size:1px}
    100% {font-size:30px}
}
.animated-logo-section-top{
	width:100%;
	height:100px;
	float:left;
	position: absolute;
    -webkit-animation: logotopsection linear;
    -webkit-animation-duration: 4s;
    -webkit-animation-delay: 0s;
    animation: logotopsection linear;
    animation-duration: 4s;
    animation-delay: 0s;
	z-index:9;
	text-align:center;
	top:0;
}
@-webkit-keyframes logotopsection{
    0%   {height:50vh;}
    100% {height:100px;}
}
@keyframes logotopsection{
    0%   {height:50vh;}
    100% {height:100px;}
}
.animated-logo-section-top img{
	position:absolute;
	height:100px;
	z-index:99;
	left:50%;
	margin-left:-54px;
	bottom:0;
}
.animated-logo-section-bottom{
	width:100%;
	height:100px;
	position: fixed;
	bottom:0;
	left:0;
    -webkit-animation: logobottomsection linear;
    -webkit-animation-duration: 4s;
    -webkit-animation-delay: 0s;
    animation: logobottomsection linear;
    animation-duration: 4s;
    animation-delay: 0s;
	z-index:9;
	text-align:center;
}
@-webkit-keyframes logobottomsection{
    0%   {height:50vh;}
    100% {height:100px;}
}
@keyframes logobottomsection{
    0%   {height:50vh;}
    100% {height:100px;}
}
.animated-logo-section-bottom img{
	position:absolute;
	height:100px;
	z-index:99;
	left:50%;
	margin-left:-54px;
	top:0;
}
}