#center {
    width:100%;
    padding:0;
}

#videotheka .grid-container {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
#videotheka .grid-item {
    border:1px solid;
    border-color:  GoldenRod;
    border-radius: 5px;
    margin:1em;
    padding:1em 1em 1em 1em;
    opacity: 0.9;
    transition:.3s ease-in-out;
    text-align: center;
}
#videotheka .descr p {
    font-size:0.9em;
}
#videotheka .grid-item:hover {
    background-color: #daa52005; /* #rrggbbaa */
    /*cursor: pointer;*/
    opacity: 1;
}

#videotheka {
    display: block;
    width:100%;
    text-align:center;
}

#videotheka .grid-item h1 {
    font-size:1.5em;
}
#videotheka h2 {
    font-size:1.2em;
}
#videotheka  li
{
    font-size:1.1em;
}

#videotheka .hr {
    color: SaddleBrown;
    font-size:1.1em;
}
#videotheka .grid-item img {
    margin: 1em auto;
}
#videotheka em {
    font-size:smaller;
}
#videotheka dt {
    font-size:1.0em;
    font-weight:bold;
}
#videotheka dd {
    font-size:0.9em;
}
#videotheka a {
    color:rgb(51, 51, 51);
}
#videotheka .video_id video,
#videotheka .video_id .video
{
    margin:1em;
    object-fit: cover;
    width:889px;
    height:500px;
}
#videotheka .video_id {
    font-size:1.2em;
}
#videotheka .link a {
    color:#4169e1;
    font-size:1.2em;
    font-style: normal;
}
#videotheka .detail {
    font-size:0.7em;
}
#videotheka .afisha img  {
    width:50px;
    margin:1em auto;
}