
.video iframe{
  width: auto;
  height:  auto;
}

.error-empty, .error-valid, .error-not-panoto {
  display:block;
  /*border: 2px solid black;*/
  /*color: #cc0033;*/
  line-height: 25px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  padding: 4%;
  background: #ffecec 50%;
  border:1px solid #f5aca6;
}

.error_bold {
  font-weight: bold;
}

.error-text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
 /*font-weight: bold;*/
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 20px;
  height: 0;
  overflow: hidden;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
