/*Local fixes*/
@media only screen and (max-width: 1068px){
    .section-entertained .services .column{
        max-width: 30%;
        padding-right:25px;
    }
    .section-entertained .services .music, .section-entertained .services .arcade {
        margin-left: 0;
    }    
}

@media only screen and (max-width: 734px){
    .section-entertained .services .column{
        max-width: 100%;
        padding-right:0;
    }
}



.main .section-devices .image-purchases .purchases-caption .row{
    margin: 0 auto;
    width: 70%;
}
.main .section-devices .image-purchases .purchases-caption .column{
    padding:0;
    text-align: center;
}