select {
    padding: 3vw 3vw;
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-color: white;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-color: black;
    text-transform: uppercase;
    color: white;
    font-family: "Brandon Grotesque Regular";
    font-size: 0.9rem;
}

p.breadcrumb {
    float: left;
    margin: 0;
    vertical-align: middle;
}

p.breadcrumb, p.breadcrumb .arrow {
    text-transform: uppercase;
    font-family: "Brandon Grotesque Bold";
    font-size: 0.9rem;
    letter-spacing: 0.2rem;
}

p.breadcrumb .arrow {
    display: inline-block;
    margin: 0 0.5rem;
}

.breadcrumb-and-control a.button,
.breadcrumb-and-control select {
    float: right;
    width: 13.75rem;
}
.write.button {
    display: inline-block;
     text-align: center;
    line-height: 3.125rem;
    vertical-align: middle;
    text-decoration: none;
    width: 13.75rem;
    background-color: black;
    text-transform: uppercase;
    color: white;
    font-family: "Brandon Grotesque Regular";
    font-size: 0.9rem;
    border: none;
}
.breadcrumb-and-control a.button {
    text-align: center;
    line-height: 3.125rem;
    vertical-align: middle;
    text-decoration: none;
}

.breadcrumb-and-control select {
    padding: 0 1.25rem;
}

.pagination {
    margin-top: 2.875rem;
    text-align: center;
}

.pagination span.page-numbers,
.pagination a.page-numbers {
    display: inline-block;
    margin: 0 0.5rem;
}

.pagination a.page-numbers,
.pagination a.page-numbers:visited {
    text-decoration: none;
    font-family: "Brandon Grotesque Bold";
    color: #ccc;
}

.pagination a.page-numbers:hover,
.pagination span.page-numbers.current {
    color: black;
}

.date-and-views:after {
    content: "";
    display: block;
    clear: both;
}

.date-and-views span {
    font-family: "Brandon Grotesque Regular";
}

.date-and-views span.date {
    float: left;
}

.date-and-views span.views {
    float: right;
}

.date-and-views > .views:after {
    content: "views";
    display: inline-block;
    margin-left: 0.25rem;
}

a.lets {
    font-size: 3vw;
    text-decoration: none;
    font-family: 'Brandon Grotesque Bold';
    font-weight: normal;
    letter-spacing: 3px;
    color: #ef691a;
}
a.lets > img {
    width: 2vw;
}

/*a.lets:before {*/
    /*content: " ";*/
    /*display: inline-block;*/
    /*margin-right: 0.5rem;*/
    /*width: 0.625rem;*/
    /*height: 1rem;*/
    /*background-image: url(../images/common/icons/icon-fantagio-small.png);*/
    /*background-size: cover;*/
/*}*/
.video, .image {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.video > .thumbnail,
.image > .thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}
.image > .thumbnail > img,
.video > .thumbnail > img {
    /* width: 100%; */
    position: absolute;
    top: 0;
    left: 0;
}
.video > a.play.button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.3);
}
.video > a.play.button > img {
    position: absolute;
    width: 26.6vw;
    height: 17.6vw;
    top: calc(50% - 8vw);
    left: calc(50% - 14vw);
}
#fantagio-slider .video a.play.button {
    display: none;
    background: none;
}
#fantagio-slider:hover .video a.play.button {
    display: block;
}
a.show-more.button,
a.show-more.button:visited {
    display: block;
    width: 50vw;
    margin: 3rem auto;
    padding: 3vw 10vw;
    background-color: black;
    color: white;
    text-decoration: none;
    text-align: center;
}
.general-buttons {
    position: fixed;
    right: 0;
    bottom: 2vh;
    /*margin: 2vh 0;*/
    text-align: right;
}
.general-buttons:after {
    content: "";
    display: block;
    clear: both;
}
.general-buttons a#go-to-top.button {
    display: inline-block;
    margin-right: 2vw;
    width: 15vw;
    height: 15vw;
}
.general-buttons a#go-to-top.button img {
    width: 100%;
    height: 100%;
}
h1 {
    margin: 0;
    line-height: 1;
}
h1 img {
    width: 100%;
}