/* video, anim */

iframe.video,
iframe.anim {
  border:none;
}

.eSouborVideo,
.eSouborVideoNevkladat,
.eSouborAnimace,
.eSouborAnimaceNevkladat {
  padding-top: 15px;
}

.innerVideoWrap,
.innerNoVideoWrap,
.innerAnimWrap,
.innerNoAnimWrap {
  max-width: 480px;
  max-height: 270px;
  margin: auto;
  font-size: 0px;
}

.videoWrap,
.animWrap {
  z-index: 50;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}

iframe.video,
iframe.anim {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.copyVideoWrap,
.copyAnimWrap {
  padding-top:15px;
}

.novideo,
.noanim {
  width: 100%;
  max-width: 480px;
  max-height: 270px;  
}

/* anim link only URL */
.animLinkWrap {
  width: 100%;
  border: 1px solid #4a8ec1;
  border-radius: 5px 5px 5px 5px;
  display: flex;
  justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
  align-items: center;  
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.animLinkWrap .animLink-img {
  float:left;
  margin: auto;
  width: 50px;
  min-height: 56px;
  background-color: #4a8ec1;
  background-image: url('extLink.gif');
  background-repeat: no-repeat;
  background-position: center center;
}

.animLinkWrap .animLink-text {
  overflow:hidden;
  padding: 10px;
  word-wrap: break-word;
  width: 100%;
  min-height: 36px;
  text-align: left;
  border-radius: 0px 5px 5px 0px;
}
