*{
  box-sizing:border-box;
  padding:0;
  margin:0;
}
html,
body{
  height:100%;
}
body{
 background:black;
 display:flex;
 justify-content:center;
 align-items:center;
 overflow-x: hidden;
 overflow-y: hidden;
}
.container{
  width:200px;
  height:200px;
  top: 600px;
  left: 80px;
  border-radius:50%;
  background-color: rgba(00,00,000,0.2);
  position:fixed;
  box-shadow:0 0 60px 10px #2196F3;
  z-index: 100;
}
.container::before{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid #2196F3;
  border-radius:50%;
  animation-name:pulse;
  animation-duration:2s;
  animation-timing-function:linear;
  animation-iteration-count:infinite;
  box-shadow: 0 0 10px 2px #2196F3;
}
.container::after{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid #2196F3;
  border-radius:50%;
  animation-name:pulse;
  animation-duration:2s;
  animation-timing-function:linear;
  animation-iteration-count:infinite;
  animation-delay:1s;
  box-shadow: 0 0 10px 2px #2196F3;
}
@keyframes pulse{
  0%{
    transform:scale(1);
    opacity:0;
  }
  10%{
    opacity:1;
  }
  100%{
    transform:scale(2.3);
    opacity:0;
  } 
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial;
}
.row-hero {
  height: 20rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media(min-width: 480px) {
  .row-hero {
    height: 25rem;
  }
}
@media(min-width: 720px) {
  .row-hero {
    height: 35rem;
  }
}
.video {
  position: fixed;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
header{
  height: 50px;
  width: 60%;
  position: absolute;
  background-color: rgba(00,00,000,0.2);
  color: #fff;
  text-align: center;
  top: 0;
  font-weight: 300;
  margin: 700px;
  left: 0%;
  font-size: 10px;
}
.styleplay{
  position: relative;
  z-index: 1000000000000000000000000000000000000000000000000000000;
  text-align: center;
  top: 40px;
  font-size: 100px;
  left: 1px;
  color: #ef1960;
  cursor: pointer;
}
.jp-volume-controls button {
  background: none;
  border: none;
  outline: none;
  color: #7b7c8b;
  line-height: 20px;
  font-weight: 600;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 50px;
  padding: 0 5px;
}
.jp-volume-bar,
.jp-volume-bar-value {
  height: 5px;
  width: 1300px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.jp-volume-bar {
  cursor: pointer;
  background-color: #2b2b2b;
  border-radius: 5px;
  top: 20px;
  position: relative;
}
.jp-volume-bar-value {
  float: left;
  position: relative;
  background-color: #aaaaaa;
}
.jp-volume-bar .bullet {
  position: absolute;
  content: "";
  top: -5px;
  right: -18px;
  height: 17px;
  width: 17px;
  background: #ffffff;
  border-radius: 50%;
}
.jp-volume-controls button {
  float: left;
}
.jp-volume-controls .jp-volume-bar {
  margin-left: 60px;
  margin-top: 6px;
}
.jp-state-muted .jp-mute i:before {
  content: "\f026" !important;
}
.jp-volume-bar,
.jp-volume-bar-value {
  border-radius: 5px;
}
.jp-state-no-volume .jp-volume-controls {
  display: none;
}
.icrad{
  width:100%;
  position: relative;
}      
.Responsive video {
  max-height: 100vh;
  max-width: 100vw;
  width: 100%;
}
@media (max-width:767px) {
  .jp-volume-bar,
  .jp-volume-bar .bullet,
   {
    display: none!important;
  }
  .jp-volume-controls.flex-item {
    flex-basis: 33px;
  }
  .contprincvol{
    display: none;
  }
  header{
  height: 80px;
  width: 100%;
  position: absolute;
  background-color: rgba(00,00,000,0.2);
  color: #fff;
  text-align: center;
  top: 0;
  font-weight: 300;
  margin: 20px;
  left: 0%;
  font-size: 8px;
}
}
.contprincvol{
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 5000px;
  left: 0%;
  height: 60px;
  bottom: 0;"
 }
.contsecunvol{
  position: relative;
  left: 6%;
  top: 0px;
}