Reduce width of embed widget (similar to banner)

Add this code to the Custom CSS field on the Appearance tab of your Countdown Timer widget’s settings:

.eapps-countdown-timer {
max-width: 400px;
margin: 0 auto;
}