.the_gallery_content {
    display: block;
    margin: 0 auto;
    /* margin-top: 6rem; */
    /* height: 1000px; */

}

.hayaku-gallery-desktop {
    box-sizing: border-box;
    width: 45%;
}

.hayaku-gallery-desktop.gallery-col-1{
    float: left;
}

.hayaku-gallery-desktop.gallery-col-2 {
    float: right;
}

.hayaku_gallery_item {
    box-sizing: border-box;
    color: #fff;
    word-break: break-word;
    margin-bottom: 20%;
    /* min-height: 130px; */
}

.hayaku_gallery_item.hayaku-gallery-mobile {
    width: 100%;
}

div.mobile-padding h3 + .the_gallery_content
{
    margin-top: 60px;
}

#homepage-content h1.hayaku_gallery_header,
#homepage-content p.hayaku_gallery_text
{
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    font-weight: bold;
}

#homepage-content h1.hayaku_gallery_header {
    padding-top: 15px;
    padding-bottom: 0;
}

#homepage-content p.hayaku_gallery_text {
    font-size: 1.15em;
    font-family: sans-serif;
    padding-bottom: 15px;
    padding-top: 0;
}

h1.hayaku_gallery_header {
    font-size: 2.2em;
    line-height: 1.1em !important;
    margin-bottom: 0;
}

.hayaku_gallery_image_item {
    width: 100%;
    height: auto;
    max-width: none !important;
}

.clearfix {
    clear: both;
}

.hayaku-gallery-mobile { display: none; }

@media screen and (max-width: 590px) {

    .hayaku-gallery-desktop.gallery-col-1,
    .hayaku-gallery-desktop.gallery-col-2 {
        display: none;
    }

    .hayaku-gallery-mobile { display: block; }

}