/*
 * Copyright 2017 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

.overview-info:not(:empty) {
  display: flex;
  background: var(--sys-color-cdt-base-container);
  box-shadow: var(--sys-elevation-level2);
  padding: var(--sys-size-4);
  border-radius: var(--sys-shape-corner-small);
}

.overview-info .frame .time {
  display: none;
}

.overview-info .frame .thumbnail img {
  max-width: 50vw;
  max-height: 50vh;
}
