@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 500px) {
    body {
        background-color: lightblue;
    }
	
	img {
    max-width: 300px;
    height: auto;
    margin: auto;
	}
	.house {
    float: left;
	text-align:center;
    margin: 5px;
    padding: 15px;
    max-width: 100%;
    height: 300px;
    border: 1px solid black;
	}
h2  {
    text-align: center;
} 

h3 {
     text-align: center;
}
h4  {
    text-align: center;
}	

iframe { 
    width:300px; 
    height: 240px; 
    overflow-x: scroll; 
    overflow-y: hidden 
    
}	
	
	#more  {
	    text-align: center; 
	    font-size:6px
	}
	 #scrolly{
            width: 1000px;
            height: 190px;
            overflow: auto;
            overflow-y: hidden;
            margin: 0 auto;
            white-space: nowrap
        }

        img{
            width: 300px;
            height: 150px;
            margin: 20px 10px;
            display: inline;
        }
}






