@media screen and (min-width: 1100px)
.header-transparent .site-header.fixed-on {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.73) 0px, transparent 95%);
}
.featured-box .featured-box-thumb img {
    width: 100%;
    box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.27);
}
p::selection { color: #00953a; }