.video-category-item{
    padding:6px;
    border-radius: 20px;
    border:1px solid gray;
    font-size: 17rem;
}

.video-header{
    margin:20px;
}

.search-ipt-wrap{
    padding: 2px 20px 2px 10px;
    height: 40px;
    background-color: white;
    border-radius: 35px;
    overflow: hidden;
    width: 290px;
    align-self: center;
    border: 1px solid gray;
}
.search-ipt-wrap input{
    border: none;
    height: 80%;
    font-size: 17rem;
}
.search-ipt-wrap input:focus,.search-ipt-wrap input:active,.search-ipt-wrap input:focus-visible{
    border:none;
    outline: none;
}

.search-btn{
    border: none;
    background: none;
}

.video-item-wrap{
    width: calc(50% - 10px);
    /* min-width: 390px; */
    height: 250px;
    /* max-width: 900px; */
    border-radius: 10px;
    overflow: hidden;
}

.video-item-left {
    text-align: center;
    background-color: black;
    width: 320px;
    height: auto;
}
.video-item-title{
    font-weight: bold;
    font-size: 19rem;
}
.video-content{
    margin-top: 20px;
    font-size: 17rem;
    color:#656565;
}
.video-item-left video{
    max-width: 100%;
    vertical-align:middle;
}
.video-item-right{
    padding:20px;
    position: relative;
    background-color: rgb(236,236,236);
    overflow: auto;
    color:#656565;
}
.video-item-right a{
    /* color:black; */
    text-decoration: none;
    color: #656565;
}
.video-item-right a:hover{
    color:black;
}
.video-item-share{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.video-category a{
    color:#656565;
    text-decoration: none;
    min-width: 130px;
    text-align: center;
}
.video-category a.active{
    color:white;
    background-color: gray;
}


