.player{
  height: 50px;
  width: 50px;
  position: relative;
  z-index: 999;
  margin: auto;
  margin-top: calc(50% - 77px);
}
.player img{
  width: 50px;
  height: 50px;
}
#closer_videopopup{
    position: absolute;
    display: table-cell;
    right: 2%;
    top: 2%;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
    padding: auto;
    cursor: default;
    background: none;
    border: none;
    color: #ffffff;
    z-index: 100004;
    transition: .5s all linear;
    transform: rotate(45deg);
}
#closer_videopopup:hover{
    transition: .5s all linear;
    transform: rotate(0deg);
}

@media screen and (max-width:768px){
  #closer_videopopup{
    right: 45% !important;
    top: 90% !important;
    transform: rotate(0deg) !important;
  }
  #closer_videopopup:hover{
      transition: .5s all linear;
      transform: rotate(0deg);
  }
  #closer_videopopup::after{
    content: 'Exit';
    color: white;
    height: 10px;
    width: 50px;
    transform: rotate(0deg) !important;
  }
  #closer_videopopup2{
    right: 45% !important;
    top: 90% !important;
    transform: rotate(0deg) !important;
  }
  #closer_videopopup2:hover{
      transition: .5s all linear;
      transform: rotate(0deg);
  }
  #closer_videopopup2::after{
    content: 'Exit';
    color: white;
    height: 10px;
    width: 50px;
    transform: rotate(0deg) !important;
  }
  #closer_videopopup3{
    right: 45% !important;
    top: 90% !important;
    transform: rotate(0deg) !important;
  }
  #closer_videopopup3:hover{
      transition: .5s all linear;
      transform: rotate(0deg);
  }
  #closer_videopopup3::after{
    content: 'Exit';
    color: white;
    height: 10px;
    width: 50px;
    transform: rotate(0deg) !important;
  }
}

#opct{
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.9;
}
#videCont{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: auto;
    max-width: 720px;
    height: 0;
    height: auto !important;
}

/*Video 2*/
#closer_videopopup2{
    position: absolute;
    display: table-cell;
    right: 2%;
    top: 2%;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
    padding: auto;
    cursor: default;
    background: none;
    border: none;
    color: #ffffff;
    z-index: 100004;
    transition: .5s all linear;
    transform: rotate(45deg);
}
#closer_videopopup2:hover{
    transition: .5s all linear;
    transform: rotate(0deg);
}

#opct2{
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.9;
}
#videCont2{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: auto;
    max-width: 720px;
    height: 0;
    height: auto !important;
}
/* VIDEO 3 */
#closer_videopopup3{
    position: absolute;
    display: table-cell;
    right: 2%;
    top: 2%;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
    padding: auto;
    cursor: default;
    background: none;
    border: none;
    color: #ffffff;
    z-index: 100004;
    transition: .5s all linear;
    transform: rotate(45deg);
}
#closer_videopopup3:hover{
    transition: .5s all linear;
    transform: rotate(0deg);
}

#opct3{
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.9;
}
#videCont3{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: auto;
    max-width: 720px;
    height: 0;
    height: auto !important;
}

video{
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    opacity: 1 !important;

}
#video1{
    cursor: pointer; cursor: hand;
}
