#clockframe{
    border: none;
    width: 898px;
    height: 700px;
}

@media(max-width: 1500px) {
    #clockframe{
        width: 100%;
    }
}