﻿
.img_ItemVideoManager {
    background-image: url("img/videologo.jpg");
    width: 100%;
    height: 80px;
    padding: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.textVideoNumber {
    margin: 10px;
    height: 45px;
    width: 90px;
    background-color: azure;
    border: 2px solid #131414;
    justify-content: center;
    display: flex;
    align-items: center;
    bottom: 0px;
    float: right;
}

.textNameList {
    font-size: 19px;
    text-decoration: underline;
    word-wrap: break-word;
    max-width:232px;
}

.listVideo {
    margin: 10px;
    width: 245px;
    height: 200px;
    background-color: white;
    border: 3px solid #6d7f9c;
    cursor: pointer;
    border: 3px solid #2e3036;
}
