<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="common.html">
+ <style>
+ .demo-wrapper > div {
+ position: relative;
+ }
+
+ .user-image {
+ width: auto;
+ height: auto;
+ margin: 0;
+ border: none;
+ }
+ .user-image img {
+ position: absolute;
+ bottom: 0px;
+ right: 0px;
+ width: auto;
+ max-width: 33%;
+ max-height: 33%;
+ }
+ </style>
</head>
<body unresolved>