.press-home-fixed-height div.anu-box-content-wrapper {
    min-height: 260px;
}

.last .divline-solid {
    display: none;
}

.owl-item {
    box-sizing: border-box;
    padding: 10px 20px 20px 20px;
}

.owl-item > div {
    position: relative;
}

.owl-item > div .owl-text {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.65);
    display: none;
    min-width: 100%;
    border: 1px solid transparent;
}

.owl-item > div .owl-text h3 a {
    color: white;
}

.owl-item > div .owl-text h3 a:hover {
    color: white;
}

.owl-item:hover > div .owl-text {
    display:block;
}

.twitter-pane {
    text-align: center;
}

.show-rsp-block {
    display:none;
}

@media only screen and (max-width: 959px) and (min-width: 600px) {
    .twitter-pane+div {
        min-height: 300px;
    }
    
    .twitter-pane+div+div {
        min-height: 300px;
    }
}

@media only screen and (max-width: 599px) and (min-width: 480px){
    .clear-at-480 {
        clear: left;
    }
    
    .show-rsp-block {
        display: block;
    }
}