.bd {
  width: 30px;
  margin: -1px;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #212529;
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3A6B96 !important;
}

.dropdown:hover .drobtn {
    background-color: #3A6B96 !important;
}

div.country:not(.br){
  background-image: url("https://i.imgur.com/BOHZpm2.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  height: 20px;
  width: 30px;
  margin: 10px;
}

div.country.br{
  background-image: url("https://i.imgur.com/RAEMOZs.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  height: 20px;
  width: 30px;
  margin: 10px;
}

video {
  /*opacity: 0.5;*/
  position: absolute;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1; 
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

 .topMenu {
        margin-top: 5px;
}

.randomClass {
   width: 192px;
   height: 64px;
}

@media (max-width:769px){
   .hidden-xs {
        display: none!important
    }
}

@media (max-width:769px){
   .visible-xs {
        display: block!important
    }
}

@media (min-width: 769px)and (max-width: 991px) {
    .hidden-sm {
        display: none!important
    }
}
@media (min-width: 992px)and (max-width: 1199px) {
    .hidden-md {
        display: none!important
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none!important
    }
}