.video-fullscreen {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.bg-video{
  background-color: none !important;
}


.container-logo{
      max-width: 95%;
}

.whats{
      position: fixed;
    width: 55px;
    height: 55px;
    bottom: 40px;
    right: 25px;
    background-color: #6F00EB;
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 0px 2px 1px #343a4082;
    z-index: 100;
    transition: all 1s;
}
.whats:hover{
  position:fixed;
  width:60px;
  height:60px;
  bottom:30px;
  right:25px;
  background-color: #000;
    color: #6F00EB;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 0px 5px 2px #343a4082;
  z-index:100;
}
.my-float{
  margin-top:16px;
}

@media (max-width: 777px) and (max-width: 437px) {

    

.whats{
  position:fixed;
  width:54px;
  height:54px;
      bottom: 25px;
    right: 20px;
  background-color: #6F00EB;
    color: #000;
  border-radius:50px;
  text-align:center;
  font-size:23px;
  box-shadow: 0px 2px 1px #343a4082;
  z-index:100;
  transition: all 1s;
}

.whats:hover{
  position:fixed;
  width:54px;
  height:54px;
      bottom: 25px;
    right: 20px;
  background-color: #000;
    color: #6F00EB;
  border-radius:50px;
  text-align:center;
  font-size:23px;
  box-shadow: 0px 2px 1px #343a4082;
  z-index:100;
  transition: all 1s;
}