.panel3 {
background-position:top left;
background-repeat:no-repeat;
color:#ffffff;
height:270px;
padding:4px 8px 4px 8px;
position:fixed;
top:150px;
z-index:99;
border-radius: 10px;
}

.right3 {
border-left-style:solid;
border-width:0px;
right:-240px;
text-align:right;
transition:right .2s ease-out;
-moz-transition:right .2s ease-out;
-webkit-transition:right .2s ease-out;
-o-transition:right .2s ease-out;
}

.blue{
    color: #ffffff;
      transform: rotate(270deg);
}
.blue > h4{
    color: #ffffff;
    float:left;
    transform: rotate(270deg);
}

.nav1 > h4{
    color: #ffffff;
}

.figure {
    margin: 0;
}