html {
    box-sizing: border-box;
    overflow-y: scroll;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
html,
body {
    height: 100%;
    min-height: 100%;
}
body {
    margin: 0;
    background-color: #fff;
    color: #000;
}
body::-webkit-scrollbar {
    display: none;
}
.plesk-tv__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.plesk-tv__content-centered,
.plesk-tv__content .centered {
    margin: auto;
}
h1 {
    font-size: 4vw;
}
table {
    border-collapse: collapse;
}
table,
th,
td {
    border: 1px solid black;
}
td {
    padding: 15px;
}
.red {
    color: red;
}
.white {
    color: white;
}
.centered {
    text-align: center;
}
.left-aligned {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}
.rounded {
    border-radius: 25px;
    padding: 20px;
}

.plesk-tv-shot {
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #222 url(../images/background.png) 50% 50% no-repeat;
    background-size: cover;
    font: 400 13px/1.4 Lato,"Helvetica Neue",Helvetica,sans-serif;
}
.plesk-tv-shot img {
    box-sizing: border-box;
    max-height: calc(100vh - 380px);
    border: 20px solid rgba(0,0,0,0.3);
    border-radius: 10px;
    background: none;
    box-shadow: 0 0 30px rgba(255,255,255,0.8);
}
.plesk-tv-shot h4 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.4);
    font-size: 58px;
    color: #fff;
    font-weight: 600;
    line-height: 110px;
    margin: 10px;
}
.plesk-tv-shot h5 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.4);
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    line-height: 110px;
    margin: 10px;
}
.plesk-tv-shot .container {
    position: relative;
    z-index: 100;
    overflow: hidden;
    padding: 0 60px;
}
.plesk-tv-shot .container .row {
    position: relative;
}
.plesk-tv-shot .container .box {
    box-sizing: border-box;
    width: 100%;
    height: calc(100vh - 60px);
    margin: 30px 0;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
    box-shadow: 0 0 30px #000;
}
