/* fix scrolling issue in safari(mac) */
.content {
    overflow-x: hidden;
}



