/* PRESSE */
.press-bg {
    background: url('../media/images/s24_press.jpg') 50% 50% no-repeat;
    height: 600px;
    background-size: cover;
}
#press-start .box-white-transparent {
    position: absolute;
    bottom: 0;
}
#press-posts .thumb {
    background-color: #fff;
    padding: 5px;
    border-radius: 100%;
    border: 2px dotted #b3b3b3;
    overflow: hidden;
    height:200px;
    width:200px;
    margin: 0 auto 10px;
}
#press-posts .thumb img {
    border-radius: 100%;
    max-width: 200%;
}
#press-posts .moretag {
    border-radius: 30px;
    background: #fff;
    border: 2px solid #99e6fe;
    display:block;
    color: #0A314C;
    font-weight:400;
    font-style: italic;
    text-decoration: none;
    width: 70%;
    margin: 15px auto 0;
    padding: 10px 0;
}
#press-posts .moretag:hover {
    background: #99e6fe;
    border: 2px solid #99e6fe;
}
#press-posts .press-post h3 {
    margin: 0 0 10px;
    line-height: 1.2em;
    font-size: 1.6em;
}
#press-posts .press-post h3 a {
    font-style:normal;
    color: #0A314C;
    text-decoration: none;
}
#press-post .mood {
    height: 500px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}
#press-post .mood .container {
    height:100%;
    position: relative;
}
#press-post .mood h1,
#press-post .mood .meta {
    background: #fff;
    padding: 10px 20px;
    z-index: 2;
    position: absolute;
}
#press-post .mood .meta {
    bottom:20px;
}
#press-post .mood h1 {
    bottom:53px;
}
/*Mobile*/
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width:1200px) {
    #press-start .numbers p {font-size: 0.9em;}
    #press-start .numbers p.big-number {font-size: 2.0em;}
}

/* Large devices (desktops, 992px and up) */
@media (max-width:992px) {
    .press-bg {height: 480px;}
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
}

/* Smallest devices */
@media (max-width: 400px) {
}
