@charset "UTF-8";
/* CSS Document */

/* Copyright 2018 Google LLC.
SPDX-License-Identifier: Apache-2.0 */

/* CSS files add styling rules to your content */


.container {
  width: 600px;
  height: 300px;
  margin: 1em auto;
  padding:10px;
}

.container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.logo {
  -webkit-mask-image: url(images/logo_500.png);
  mask-image: url(images/logo_500.png);
margin-left:-4px;
     max-width: 100%;
  display: block;
}
