.mt-75{margin-top:75px;}
.log-h{height:350px}
.p-0-10{padding:0 10px}
.btn-takephoto{position:relative;bottom:60px;left:45%;}
.close-save-photo{position:absolute;left:10px;}

.switch {
border: solid 1px #666;
border-radius: 5px;
display: inline-block;
height: 40px;
overflow: hidden;
-ms-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-webkit-user-select: none;
user-select: none;
width: 100px;
}
.switch [type=checkbox] {
display: none;
}
.switch .label {
cursor: pointer;
margin-left: -60px;
-ms-transition: margin .1s;
-moz-transition: margin .1s;
-o-transition: margin .1s;
-webkit-transition: margin .1s;
transition: margin .1s;
white-space: nowrap;
}
.switch :checked + .label {
margin-left: 0;
}
.switch .label > * {
vertical-align: top;
}
.switch .on,
.switch .off {
display: inline-block;
height: 40px;
line-height: 40px;
text-align: center;
width: 70px;
}
.switch .on {
background-color: #5cb85c;
color: #fff;
}
.switch .separator {
background-color: #eee;
bordera: solid 1px #999;
border-radius: 5px;
box-sizing: border-box;
display: inline-block;
height: 38px;
margin: 0 -10px;
position: relative;
width: 40px;
}
.switch .off {
background-color: #666;
color: #fff;
}

.mb-n4 video {
  width: 100%;
}
