.fullscreen{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 100vh;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.blink-web{
    position: relative;
    width: 100%;
    background: rgb(3,11,9);
    background: radial-gradient(circle, rgba(3,11,9,1) 32%, rgba(82,85,84,1) 100%);
    color: #ffffff;
}
.home-list-border {
    padding-right: 10px;
    border-right: 2px solid #138fc2;
}

#kartooz-page-loader{
	display: block;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	background:#ffffff;
	width: auto;
	margin: 0px;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.7;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.kartooz-page-spinner{
		top:50%;
		left:50%;
		position:fixed;
}


/* Fake image, just for this example */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}
video{ 
  object-fit: contain;
  margin-top: 67.2px;
  margin-left: 19.2px;
  cursor: move;
  width: 345.6px;
  height: 432px;
  z-index: 999999;
}

#click-photo {
  
}
#take-shot{
  
}
#canvas{
  object-fit: contain;
  /*
  margin-top: 67.2px;
  margin-left: 19.2px;
  cursor: move;
  width: 345.6px;
  height: 432px;
  */
  width: 384px;
  height: 576px;
}

/** photoframe style **/
.framebg {
	margin: auto;
	background-image: url('wp-frame-01.png');
    background-size: contain;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
	overflow: hidden;
    width: 384px;
	height: 576px;
	margin: 2em auto;
	z-index: 100;
}
.blink-preview{
    margin: auto;
    overflow: hidden;
    width: 384px;
	height: 576px;
	margin: 2em auto;
	z-index: 100;
}
.cardwop {
	margin: auto;
	background-image: url('wp-frame-01.png');
    background-size: contain;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	width: 384px;
	height: 576px;
	margin: 2em auto;
	z-index: 100;
}
.guide h2{
  text-align: center;
}