@charset "UTF-8";

@media screen and (max-width: 900px) {
.outer {
overflow: scroll;
}

table {
   white-space: nowrap;
}

.block_table_2 table, .block_table_5 table, .block_table_6 table {
    table-layout: initial;
}
}


.widget_gallery01.add_design2 .wrapper_item .heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}