﻿#zoomC {
  /* (A) DIMENSIONS */
  width: 600px;
  height: 338px;

  /* (B) BACKGROUND IMAGE */
  background: url("music.png");
  background-position: center;
  background-size: cover;
}
