.ts-box {
    width: 35%;
    min-width: 300px;
    max-width: 435px;
    height: 40em;
    margin: auto;
    margin-top: 1em;
    background-color: white;
    border: 9px solid;
    border-radius: 1em;
    box-sizing: border-box;
    box-shadow: 10px 7px 49px -7px rgba(0, 0, 0, 0.78);
    overflow: hidden;
}

.ts-frame {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ts-ip {
    display: block;
    font-size: 1.7em;
    text-align: center;
    text-decoration: underline;
}