@media screen and (max-width: 768px) {
    .tabs {
        display: none;
    }
    .onlyMobile{
        display: block;
    }

    .region1 .item .hoverbg {
        display: none;
    }

    .mobileNone {
        display: none !important;
    }

    .region1 .item {
        width: 100%;
        /*height: 53vw;*/
        height:auto;
        overflow: visible;
        /*margin-bottom: 26vw;*/
        margin-bottom: 0;
    }

    .centerRegion {
        width: 95%;
    }

    .region1 .item {
        width: 100%;
    }

    .region1 .item .info{
        width: calc(100% - 2vw);
        padding: 1vw;
        top: 100%;
        left: 0;
        background-color: rgba(247,247,247,0);
        transform: translateY(0%);
    }
.region1 .item:hover .info {
    top: 100%;
        transform: translateY(0%);
}

    .region1 .item .info div{
        display: inline-block;
        color: #000 !important;
        font-size: 2.5vw  !important;
        font-weight: 500 !important;
        line-height: 5vw !important;
        margin: 2vw;
    }
    .smallSize {
        display: inline-block;
        color: #000 !important;
        font-size: 2.5vw !important;
        font-weight: 500 !important;
        line-height: 5vw !important;
        margin: 2vw;
        margin-left: 0;
    }
}