div.regal {
    background: url("../images/regal.jpg") 0 0 repeat;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4);
    padding: 10px 0;
}

div.bretter {
    background: url("../images/regal.jpg") 0 100% repeat-x;
    padding: 20px 20px 40px 20px;
    height: 205px;
}

div.bretter .img-cover {
    max-height: 130px;
    display: block;
    position: absolute;
    bottom: 40px;
    left: 20%;
    margin-left: auto;
    margin-right: auto;
}

div.bretter a {
}

div.kerbe { display: block; height: 3px; line-height: 3px; width: 100%; margin: 5px 0; background: url("../images/kerbe.png") 0 0 repeat-x;}

@media (max-width: 1199px) {
    div.bretter .img-cover {
        max-height: 120px;
    }
}

@media (max-width: 991px) {
    div.bretter {
        height: 190px;
    }
    div.bretter .img-cover {
        max-height: 120px;
    }
}

@media (max-width: 767px) {
    div.bretter {
        height: 180px;
    }
    div.bretter .img-cover {
        max-height: 110px;
    }

}