@media screen and (min-width: 640px) {
    .my-title .tn-atom {
        font-size: 2vw !important;
        cursor: pointer;
    }
}

@media screen and (min-width: 640px) {
    .my-smaller-title .tn-atom {
        font-size: 1.5vw !important;
        cursor: pointer;
        display: none;
    }
}

.my-pic {
    cursor: pointer;
}