#g-page-surround{
	background-image: url(../../../images/rakennekuvat/puutausta.jpg) !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover !important;
	background-attachment: fixed !important;	
}

.item-image img {
	border: 5px solid #FFF;	
}

h1 {
	text-transform: uppercase;	
}



@media (max-width: 550px) {
     .big-container {
         display: none;
     }
 }
 @media (min-width: 550px) {
     .small-container {
         display: none;
     }
 }
 /* Responsive iFrame */
 .responsive-iframe-container {
     position: relative;
     padding-bottom: 56.25%;
     padding-top: 30px;
     height: 0;
     overflow: hidden;
 }
 .responsive-iframe-container iframe,   
 .vresponsive-iframe-container object,  
 .vresponsive-iframe-container embed {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }
