@media only screen and (max-width: 568px) {
    .fotoAlbum {
        display: block;
        float: none;
        clear: both;
        width: 60%;
        margin: 0 20%;
    }
    .gMaps {
        display: block;
        float: none;
        clear: both;
        width: 60%;
        margin: 0 20%;
    }
	.gMaps img{
		margin-top:-55px;
	}
    .socialMedia {
        width: 60%;
        margin: 25px 20%;
    }
    #recaptcha_image {
        width: 100% !important;
        height: auto !important;
    }
    #recaptcha_image img {
        width: 100% !important;
        height: auto;
        display: block;
    }
    #recaptcha_widget input {
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #contactForm tr td input {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #transport {
        float: none;
        width: 100%;
    }
    #mapSearch {
        float: none;
        width: 100%;
    }
    #mapSearch input {
        width: 100% !important;
        margin-top: 10px;
    }
    #allRev .pager {
        float: none;
        margin-left: 0;
    }
    
    #allRev .pager::after{
        content: '';
        display: block;
        clear: both;
    }
    
    .avgscore{
        float: none;
    }
    
    .reviewrate{
        float: none;
    }
    
    .reviewnaam{
        display: block;
        text-align: left;
        margin-bottom: 0.5em;
    }
}