﻿@media only screen and (max-width : 830px) { 
.favorites .wrapper > div > a .hover {
    background: none;
    bottom: 0;
    color: #000;
    left: 0;
    opacity: 1;
    padding: 0 20px 20px;
    position: relative;
    right: 0;
    top: 20px;
}
.favorites .wrapper > div > a .hover > div h2, .favorites .wrapper > div > a .hover > div div, .favorites .wrapper > div > a .hover > div { position:relative; }
.favorites .wrapper > div > a .hover > div div { margin-top:10px; }
.favorites .wrapper > div > a { vertical-align:top; }
.favorites .wrapper > div > a .hover > div h2 {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}


} 

@media only screen and (max-width : 600px) { 
.home #main-wrapper .post .homepostbox .details.detailsandshop > div:after { display:none; }
.home #main-wrapper .post .homepostbox .details.detailsandshop {width:100%;}
.home #main-wrapper .post .homepostbox .details.detailsandshop > div {padding-right:0;}
}