@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.leftrightColumn #container {
    padding-right:0;
    padding-left:0;
}
.leftrightColumn #left {
    width:50%;
    right:0;
    float:left;
    margin-left:0;
}
.leftrightColumn #left .inside {
    padding-right:20px;
}
.leftrightColumn #right {
    width:50%;
    float:left;
    margin-right:0;
}
.leftrightColumn #right .inside {
    padding-left:20px;
}

/* Quicknavigation */
.mod_quicknav.mobileselect {
    display:none;
}
#mainmenu ul li.megamenu.ul_4 ul.level_2 {
    width:680px;
    right:0;
    padding:20px 10px;
}
.codedrops figure h2 {
    font-size:1.1em;
}
.codedrops figure p,
.codedrops figure div p {
    display:none;
}
figure.effect-lily figcaption > div {
    bottom:40px !important;
}
}
