
#mainpage {
    width: 400px;
    height: auto;
    position: absolute;
    top:40%;
    bottom: 0;
    left: 0;
    right: 0;
    
    margin: auto;
}
#mainpage > img {
    width:100%;
}
.logo-title {
    text-align:right;
    margin-top: -23px;
    font-size: 14px;
    font-weight: 800;
}
footer {
    display:block;
    text-align:center;
    width: 100%;
    bottom: 0;
    position: fixed;
    font-weight: 800;
}
.mini_widget_type_vid_circle {
   border:3px solid #0099cc !important; 
}
.shadow {
  -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));

}
