/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.viewport{
	padding: 10px;
	/*background-color: #ccc;*/ 
	width: 100%;
	max-width: 640px;
    
}

.viewport::ng-deep video {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

canvas{
	display: none;
	visibility: hidden;
}