@viewport{
    zoom: 1.0;
    width: device-width;
}

body {
     background-image: url("../imagens/SiteMitestainerhq2.jpg");
     background-position:absolute;
     background-size: cover;
     background-repeat: no-repeat;
     width: 75%;
     height: 100%;
     z-index: -1;
}
.bottomright {
    position:absolute; 
    bottom: 40px;
    right: 50px;
    z-index: 2;
}   
.backgroundslide,
.backgroundslide:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.backgroundslide:after { 
    content: '';
    background: transparent url(../imagens/pattern.png) repeat top left;
    width: 100%; 
}
.backgroundslide li span { 
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: none;
    width:100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 50s linear infinite 0s;
    -moz-animation: imageAnimation 50s linear infinite 0s;
    -o-animation: imageAnimation 50s linear infinite 0s;
    -ms-animation: imageAnimation 50s linear infinite 0s;
    animation: imageAnimation 50s linear infinite 0s; 
}
.backgroundslide li:nth-child(1) span { 
    background-image: url(../imagens/SiteMitestainer.jpg)
}
.backgroundslide li:nth-child(2) span { 
    background-image: url(../imagens/SiteMitestainer.jpg);
    -webkit-animation-delay: 25s;
    -moz-animation-delay: 25s;
    -o-animation-delay: 25s;
    -ms-animation-delay: 25s;
    animation-delay: 25s; 
}
/* Animacao para o slideshow imagens */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* animacao nao suportada */
.no-cssanimations .backgroundslide li span{
    opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .backgroundslide li div h4 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .backgroundslide li div h4 { font-size: 80px }
}