/****************************************************************************
 * Image
 ****************************************************************************/
.beer_image {
    position: relative; 
}
/*.beer_image.columns {padding: 0;}*/

.beer_image [data-ratio] {
    position: relative; width: 100%;
    padding: 0 0 250%; overflow: visible;
}
.beer_image [data-ratio] img {
    position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 113.33%;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

/****************************************************************************
 * Shadow of bottle
 ****************************************************************************/
/*.beer_image:before {
    content: ''; position: absolute; bottom: 4%; left: 0; right: 0;
    margin: 0 auto; width: 50%; padding-bottom: 20%; z-index: 20;
    border-radius: 50%; background-color: rgba(0,0,0,0.1);
    box-shadow: 0 0 1rem rgba(0,0,0,0.3);
}
.beer_image:after {
    content: ''; position: absolute; bottom: 4%; left: 0; right: 0;
    margin: 0 auto; width: 48%; padding-bottom: 16%; z-index: 0;
    border-radius: 50%; box-shadow: 0 0 1rem 0.75rem rgba(0,0,0,0.35);
}*/

@media screen and (min-width: 30rem){
/****************************************************************************
 * Shadow of bottle
 ****************************************************************************/
    /*.beer_image:after {
        box-shadow: 0 0 2rem 0.75rem rgba(0,0,0,0.75);
    }*/
}
