body.sub    {
    background-position: center top 78.125vw;
}

.scrollhint {
    width: 100%;
    position: relative;
    max-width: 1040px;
    padding: 0 20px;
    overflow-x: scroll;
    margin-left: auto;
    margin-right: auto;
}

.scrollhint::-webkit-scrollbar {
  display: none;
}

.scrollhint img {
    width: min(100%,700px);
    height: auto;
    max-width: none;
}

main section.sec2 .inner .box .content > .flex .col {
    overflow: hidden;
}

@media screen and (max-width: 834px)    {
    .scrollhint img {
        min-width: 525px !important;
    }
    
    main section.sec2 .inner .box .content > .flex .col {
        aspect-ratio: 1/1;
    }

    main section.sec2 .inner .box .content > .flex .col img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}