
@media screen and (max-width: 950px) and (min-width: 770px) {
    #ten-frame-config1 .square img {
        max-width: 100%;
        left: 4px;
    }
}

@media screen and (max-width: 770px) and (min-width: 630px) {
    #ten-frame-config1 .square img {
        max-width: 90%;
        left: 2px;
    }
}


