
/* iPad Landscape */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    #header.full-header #logo{
        margin:0;
        padding:0;
    }
    .retina-logo img{
        margin:0;
    }
    h3 {
      font-size: 18px;
    }
    .face p{
        font-size:13px!important;
    }
}

/* iPad Portrait */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .face h3{
        font-size:15px;
    }
    .face p{
        font-size:13px!important;
    }
    .flip .card{
        min-height:360px;
    }
}