.margin-element {
    margin-left: 10%;
    margin-right: 10%;
}
body {
    background-color: #ffffff;
}
header {
    background-color: #707070;
    margin: 0 0 1em 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
}
header h1 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: sans-serif;
}

.actor-box {
    border: solid thin #dddddd;
    margin: 2em;
    text-align: center;
    background: #ffffff;
    font-family: sans-serif;
    box-shadow: 3px 3px 3px #cccccc;
}
.actor-box img {
    display: block;
}
.actor-box h3 {
    padding: 2px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
}
.actor-box h2 {
    font-size: 16px;
    margin: 10px 0 0 0;
    min-height: 75px;
    overflow: hidden;
}
.actor-box a {
    text-decoration: none;
}
.actor-box a:link {
    color: #000000;
}
.actor-box a:visited {
    color: #000000;
}
.actor-box a:hover {
    color: dodgerblue;
}
.actor-box a:active {
    color: dodgerblue;
}

.actor-box .info {
    padding: 5px 10px;
}

.actor-box .model-thumbnail .fa-circle {
    position: absolute;
    top: 8px;
    left: 8px;
}

.fa-circle.green {
    color: #58ff3d;
}

.model-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-top:77%;
    width: 100%;
    background-size: cover;
    background-position: top center;
    background-color: #000000;
}

video {
    max-height: 100%;
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.pagination {
    margin: 0 auto;
}
.pagination {
    margin: 50px 0;
}
.pagination  a {
    border: solid thin #dddddd;
    margin: 2vw;
    text-align: center;
    font-family: sans-serif;
    padding: 10px;
    background-color: #707070;
    color: #ffffff;
    text-decoration: none;
}
.pagination  a:hover, .pagination .active {
    background-color: lightgray;
    color: #000000;
}