	#pictures {
        font-size: 0;
        line-height: 0;
        letter-spacing: 0;
    }
    #pictures li {
        display: inline-block;
        width: 33.3333333%;
        margin: 0;
        padding: 10px 0;
    }
    #pictures li:nth-child(3n){
    	text-align:right;
    	padding-left:5px;
    }
    #pictures li:nth-child(3n+1){
    	text-align:left;
    	padding-right:5px;
    }
    #pictures li:nth-child(3n+2){
    	text-align:center;
    	padding-left:5px;
    	padding-right:5px;
    }
    #pictures img {
        vertical-align: top;
        max-height: 350px;
    }

    #pictures:after {
        content: '';
        display: inline-block;
        width: 100%;
    }
    .followus {
	    font-size: 40pt;
    }
    .fp-featured:nth-of-type(2) {
    padding-top: 15px;
	}
	.fp-featured:nth-of-type(3) {
    margin-bottom: 20px;
	}
    @media all and (max-width:480px){
        #pictures li {
            width: 50%;
        }
	    #pictures li:nth-child(even){
	    	text-align:right;
	    	padding-left:5px;
	    }
	    #pictures li:nth-child(odd){
	    	text-align:left;
	    	padding-right:5px;
	    }
    }

    @media screen and (max-width: 600px) {
      .fp-featured {
        visibility: hidden;
        clear: both;
        display: none;
       }
    }