/* zoom-in the "Precious Metal Spot Prices" HTML widget on page /live-metal-prices - 4930250-zn - 24836444-hc - A.N. */
.post-1605 #gec-widget-price iframe {
    width: 100%;
    height: 208px;
    border: 0;

    -ms-transform: scale(2.66);
    -moz-transform: scale(2.66);
    -o-transform: scale(2.66);
    -webkit-transform: scale(2.66);
    transform: scale(2.66);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

/* clock on main page */
.coolclock-container {
	height: 0 !important;
}

.coolclock-container > canvas {
    width: 382px !important;
    position: relative;
    top: -545px;
    margin: 0 !important;
    margin-left: -62px !important;
}

@media only screen and (max-width: 1140px) {
	.coolclock-container > canvas {
	width: calc(100vw * 0.199) !important;
	top: calc(100vw * -0.4364);
	}
}

/* iPad Portrait */
@media only screen and (max-width: 1024px) and (orientation: portrait) {
	.coolclock-container > canvas {
	    width: 159px !important;
	    top: -363px;
	    margin-left: -14px !important;
	}
}

/* iPad Landscape */
@media only screen and (max-width: 1024px) and (orientation: landscape) {
	.coolclock-container > canvas {
	    width: 231px !important;
	    top: -511px;
	    margin-left: -18px !important;
	}
}

/* iPad Pro 12 */
@media only screen and (min-width: 1024px) and (orientation: portrait) {
	.coolclock-container > canvas {
    width: 200px !important;
    top: -450px;
	}
}

/* iPhone Portrait */
@media only screen and (max-width: 736px) and (orientation: portrait) { 
	.coolclock-container > canvas {
	    width: 75px !important;
	    top: -179px;
	    margin-left: -19px !important;
	}
}

/* iPhone Landscape */
@media only screen and (max-width: 736px) and (orientation: landscape) { 
	.coolclock-container > canvas {
	    width: 141px !important;
	    top: -336px;
	    margin-left: -15px !important;
	}
}

/* iPhone 13 pro max */

@media only screen 
    and (device-width: 428px) 
    and (device-height: 926px) 
    and (-webkit-device-pixel-ratio: 3) {
	.coolclock-container > canvas {
		width: 82px !important;
		top: -191px;
	}
}

/* iPhone 13 & pro */

@media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) {
	.coolclock-container > canvas {
		width: 73px !important;
		top: -175px;
	}
}


/* iPhone 11 & XR */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) {
	.coolclock-container > canvas {
		idth: 78px !important;
    	top: -186px;	
	}
}

/* iPhone 11 pro max & xs max */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 3) {
	.coolclock-container > canvas {
		width: 75px !important;
		top: -185px;
	}
}

/* iPhone 12 pro max */
@media only screen 
    and (device-width: 428px) 
    and (device-height: 926px) 
    and (-webkit-device-pixel-ratio: 3) {
	.coolclock-container > canvas {
		width: 75px !important;
		top: -185px;
	}
}

/* Start - Remove trending Topics banner 5250245-ZD JM */
.trending {
  display: none;
}

/* End - Remove trending Topics banner 5250245-ZD JM */