@charset "utf-8";
/* CSS Document */






.ss19 {
 position:relative;
 width: 100%;
 height: 100%;
 }

.ss19-2 {
 position:relative;
 width: 100%;
 height: 100%;
 }



@media (min-width:480px) {
    .ss19 {
width:-500px;
display:block

    }
	
	.ss19-2 {
width:-500px;
display:block
    }
}


@media (min-width:768px) { 
    .ss19 {
width:-200px;
display:block
    } 
	
	.ss19-2 {
width:-200px;
display:block
    }
}


@media (min-width:1024px) { 
    .ss19 {
width:100%;

    }
	
	.ss19-2 {
width:100%;
    }
}