.clv-videos {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.clv-videos iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 94%;
}
.clv iframe {
    text-align: center;
    margin: 0 auto;
    max-width: 420px;
    height: 240px;
	width:100%;
	
}
.clv.bt iframe {
    margin-bottom:50px;
	
}

.clv-mob iframe {
	 width: 100%;
	 height: 200px;
  }

.clv-full.flex.iframe {
	display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
}

.clv-full.flex iframe {
	flex-grow: 1;
    border: none;
    margin: 0;
    padding: 0;
}

.clv-full iframe {
    width: 100%;
    min-height: 250px;
}

.clv-video iframe {
    width: 100%;
    height: 200px;
}

/* brightcove video module */	
.videos {
	background: #6CBD4B url(/c/dam/r/ciscolive/global-event/images/2022/cl22-video-bg-branded-green.png) no-repeat top right; }
.videos p { 
	color: #000; 
}
.videos .clv0.light p { 
	color: #fff; 
}
.video-box .video-js .vjs-big-play-button {
	top: 50%;
	left: 50%;
}

@media only screen and (max-width: 480px) {
.clv iframe {
    width: 100%;
    height: 200px;
}
}

@media only screen and (min-width: 768px) {
.clv-full iframe {
	min-height: 400px;
}
.clv.bt iframe {
	margin-bottom:50px;
}
.clv-mob iframe {
	 width: 100%;
	 height: auto;
	 min-height:196px;
  }
  
  .clv-video iframe {
    width: 100%;
    height: 400px;
}


}

/*1024*/
 @media only screen and (min-width: 992px) {
.clv.bt iframe {
width: 50%;
margin:0 0 0 30px;

}
.clv-video iframe {
    width: 100%;
    height: 500px;
}
.clv-mob iframe {
	 width: 100%;
	 height: auto;
	 min-height:254px;
  }

}

@media only screen and (min-width: 1280px) {
.clv-full iframe {
	min-height: 430px;
}
	
	
	.clv.bt iframe {
width: 50%;
margin:0 0 0 40px;

}
}
/*responsive video embed*/
.videoWrapper, .videoWrapperOVP {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }

* html .videoWrapper, * html .videoWrapperOVP {
  margin-bottom: 45px;
  margin-top: 0;
  width: 100%;
  height: 100%; }

.videoWrapper div, .videoWrapper embed, .videoWrapper object .BrightcoveExperience, .videoWrapper iframe,
.videoWrapperOVP div, .videoWrapperOVP embed, .videoWrapperOVP object .BrightcoveExperience, .videoWrapperOVP iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }