﻿     
     
#container{
    min-width: 100%;
    min-height: 100%;
}
.container-color  {
    position: absolute;
    width: 100%;
    background-image:none;       
}

.background {
    background: #000 url(../images/paris.jpg) no-repeat center top fixed;
    bottom: -20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    width: 110%;
    left: -5%;
    top: -5%;
}

#hero {
	background: #f2f2f2;
	text-align: center;		
	overflow: hidden;
	display: block;
	width: 100%;
	padding:0;
}

.scene,
.layer {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.scene {
    position: relative;
    overflow: hidden;
}
.box-desc-txt{color:#111;font-weight:600;}
.layer {
    position: absolute;
}
.layer div {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}   
.big-txt{
    margin: 70px auto 0 auto;
    position: absolute;
    width: 100%;
    opacity: 0.30;
    top:10%;
}    


@media (min-width:100px) and (max-width:450px) {

.big-txt{
    margin: 0px auto 0 auto;
    position: absolute;
    width: 100%;
    opacity: 1;
    top:7%;
}    

}