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