

 .uberbox{border:1px solid grey; width:100%;margin-bottom:5px;background-color:#fff;position:relative;}

 .innrbox{float:left;position:relative;height:auto;width:92%;}

 .greenbox{color:#fff;background-color:#3D948B;width:8%;height:60px;font-size:45px;float:left;position:relative;text-align:center;}

.introbox{padding:5px;background-color:#4ecdc4;color:#fff;width:100%;box-sizing:border-box;position:relative;}
.dtbox{padding:5px; width:100%;box-sizing:border-box;float:right;height:auto; }
 
.clearme{float:none;clear:both;}

.rightpix img{float:right;margin:40px;border:5px solid white;}





@media screen and (max-width:1085px) {
 .innrbox{width:90%;}
.uberbox{border:1px solid grey; width:100%;margin-bottom:5px;box-sizing:border-box;}
.greenbox{color:#fff;background-color:#3D948B;width:10%;height:60px;font-size:45px;float:left;text-align:center;}
.introbox{padding:5px;background-color:#4ecdc4;color:#fff;width:100%;box-sizing:border-box;float:right;}
.dtbox{width:100%;box-sizing:border-box;float:right;height:auto; }
}



@media screen and (max-width:740px) {
.greenbox{width:10%;height:40px;font-size:35px;}
.introbox{height:40px;}
 }


@media screen and (max-width:700px) {
.greenbox{width:15%;height:35px;font-size:30px;}
 .innrbox{width:85%;}
.introbox{height:35px;}
 }