#rrrh{
 background-color: rgba(0, 0, 0, 0.05);
 display: inline-flex;
 width: 90%;
 padding: 30px 10px;
 flex-direction: row;
 font-family: "Quicksand", sans-serif;
 font-weight: bold;
 border-radius: 3px;

}

.g_button{
  position: fixed;
  right: 0;
  top: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 755;
}

.g_button button{
  background-color: #1942f7;
  color: white;
  border:none;
  padding: 10px;
  display: inline-flex;
  justify-content: space-around;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  font-size: 18px;
  font-weight: bold;

}
#rrrh i{
	font-size: 25px;
	padding-right: 20px;
}

.popupw {
  margin: 10% auto;
  padding:10px 20px;
  border-radius: 5px;
  width: 30%;
  z-index: 888;
  height: 70px;
  position: relative;
  transition: all 5s ease-in-out;
  padding-bottom: 50px;
}

.mm_sent{
	position: relative;
	top: -0px;
	z-index: 10;
	height: 100%;
	font-size: 14px;
}

.mm_sent2{
	position: relative;
	top: 13px;
	z-index: 10;
	height: 100%;
	font-size: 14px;
}

.popupw h2 {
  margin-top: 0;
  color: wheat;
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
}
.popupw .closew {
  position: absolute;
  top: -10px;
  right: -5px;
  transition: all 200ms;
  font-size: 30px;
  text-decoration: none;
  color: #fff;
  background-color: black;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  padding-bottom: 3PX;
  padding-left: 1PX;
}
.popupw .closew:hover {
  color: #ccc;
}
.popupw .contentw {
  overflow: auto;
  height: 70px;
  width: 99%;
}

.overlayw {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99999;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlayw:target {
  visibility: visible;
  opacity: 1;
}

.ab_row{
  display: inline-flex;
  flex-direction: row;
  width: 50%;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-left: 25%;
  justify-content: space-around;
  padding-bottom: 10px;

}

.ab_row a button{
  border:  1px solid #ed1a3b;
  padding: 5px 3px;
  color: #ed1a3b;
  background-color: transparent;
}



@media screen and (max-width: 768px){
  .boxw{
    width: 70%;
  }
  #my-video{
  width: 98%;
  height: 100%;
}

.popupw .closew {
  position: absolute;
  top: -10px;
  right: 3px;
  transition: all 200ms;
  font-size: 30px;
  text-decoration: none;
  color: #fff;
  background-color: black;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  padding-bottom: 3PX;
  padding-left: 1PX;
}
  .popupw{
    width: 99%;
    margin: auto;
    margin-top: -40px;
    margin-left: 2.5px;
    font-size: 12px;
    height: 45px;
    padding: 8px 18px;
    z-index: 99999;
    position: absolute;
    bottom: 2px;
  }
.mm_sent{
	position: relative;
	top: -0px;
	z-index: 10;
	height: 100%;
	font-size: 12px;
}

.mm_sent2{
	position: relative;
	top:7px;
	z-index: 10;
	height: 100%;
	font-size: 12px;

}


}