

.magnify {
	  width: 1200px;
	  margin: 50px auto;
	  position: relative;
	}
		

.large {
  width: 250px;
  height: 250px;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),  0 0 7px 7px rgba(0, 0, 0, 0.25);
  background: url('../images/work/map_int.jpg') no-repeat;
  display: none;
}

.small { display: block; }

#section-section1-work
{
    background-color: #E9EDDF;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 20;
    background-attachment: fixed; 
}


#section-section2-work
{
	 
    background-image: url(../images/work/bg.jpg);
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 20;
    background-size: cover;
    background-attachment: scroll;    
    
}


#section-section1-work .pageTitle1-work
{
	position: absolute;
	-webkit-transform: rotate(-90deg); 
	color: black; 
	margin-top:20%;
	margin-left: -8%;
}

#section-section2-work .pageTitle2-work
{
	width: 200px; 
	position: absolute;
	-webkit-transform: rotate(-90deg); 
	color: black; 
	margin-top: 20%;
	margin-left: -50%;
}

#section-section3-work .pageTitle3-work
{
	width: 200px; 
	position: absolute;
	-webkit-transform: rotate(-90deg); 
	color:black; 
	display: block;
	margin-top: 20%;
	margin-left: 1%
}


#section-section3-work {
    background-image: url(../images/work/bg2.jpg);
    text-align: center;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 20;
}

#section-section4-work {
    background-image: url(../images/work/bg02.jpg);
    text-align: center;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 20;
    background-size: cover;
    background-attachment: scroll;    
}


#section-section4-work .pageTitle4-work
{
	width: 200px; 
	position: absolute;
	-webkit-transform: rotate(-90deg); 
	color:black; 
	display: block;
	margin-top: 20%;
	margin-left: 1%
}



#container01Work {
  perspective: 25px;
}

#inner01Work {
  
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
