    #mainbody429 {
	z-index:  10;
	position: relative;
        flex-grow: 1;
        vertical-align: middle;
    }
    #anaclockcontainer {
        position: absolute;
        top:      50%;
        left:     50%;
        width:    calc(900vw/10.80);
        height:   calc(900vh/19.20);
        margin:   -40% 0 0 -45%;
        display: flex;
        flex-direction: center;
        align-items: center;
    }
