.box {
top: 0; 
right: 0;
padding-right: 2%;
position: absolute;
vertical-align: center;
width: 300px; 
height: 100px;
text-align: right; 
margin: 0;
background-color: #000000;
opacity: 0.7;
}

.parent {
  width:100%;
  height:100%;
  background-color:#CCCCCC;
  position:relative;
}
 
.child {
  width:100px;
  height:100px;
  background-color:#F1B434;
  position:absolute;
  bottom:0px;
  left:0px;
}

.box  p1{
color: #ffffff;
font-size: 22px;
font-weight: bold;
margin: 10%;
}

.box  p2{
color: #f1b434;
font-size: 18px;
margin: 10%;
}

