.boxd {
    position: relative;
    left: 100%;
    transform: translateX(-100%);
    border: 0px solid #999;
    background-color: rgba(153,0,0, .8);
    text-align:center;
    color: #fff;
    width:500px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}

@media screen and (max-width: 768px){
.boxd {
    width:90%;
}}



.boxd-body {
    padding: 1rem;
    font-size:1.1em;
    line-height: 1.5;
}

.boxd-body h2{
     color:#fff;
     line-height:1.5;
}
