.main{
    height: 100%;
    background:none;
}
.container{
    width:80%;
    margin: 3% 10% 3% 10%;
}
select {
    background: none;
    border: 2px solid #ff5e27;
    color: white;
    padding: 0.8% 20% 0.8% 2%;
    font-size:20px;
    outline: none;
    border-radius: 50px;
}
.category-name{
    background-color: black;
    color: white;
}

button{
    background-color:#ff5e27;
    border: 2px solid #ff5e27;
    color: white;
    padding:0.8% 4% 0.8% 4%;
    border-radius: 50px;
    font-size:20px;
    cursor: pointer;
    margin-left: 2%;
}
option{
    background-color:black;
    margin-top: 10%;
}
.content{
    margin-top: 4%;
    display: flex;
    width: 100%;
    gap: 2%;
}
.category{
    padding-top: 2%;
}
.video-Library{
    background-color: #1f1f1f;
    padding: 2% 2% 0 2%;
    width:30%;
}
.hrVideos{
    border: 1px solid #ff5e27;
}
.category-title{
    padding-bottom:2%;
    display: flex;
    gap: 5%;
    padding-top: 1%;
    align-items: center;
}
.Date{
    color: #ff5e27;
}
.Title{
    padding: 0;
}
.title-date{
    display: flex;
    flex-direction: column;
}
.icon-video i{
    font-size:32px;
}
.video-display video{
    width:100%;

}

.video-display{
    width:100%;
}

.video-display figure{
    width: 100%;
}
.wp-block-presto-player-reusable-edit{
    width: 100%;
}

#presto-player-1 {
    width: 100%;
}




@media (max-width:1278px){
    .content{
        display: flex;
        flex-direction: column-reverse;
    }
    .video-Library{
        width: 96%;
        padding-bottom: 25px;
    }
}


@media (max-width:1024px){
    .icon-video i{
        font-size:30px;
    }
    .video-Library h2, .category-title{
        padding-left:12px;
    }
    .video-Library hr{
        width: 90%;
    }
    form{
        padding-bottom: 10%;
        display: flex;
        flex-direction: column;
    }
    button{
        margin-top: 5%;
        padding: 10px 0 10px 0;
    }
    select{
        padding: 10px 2px 10px 5px;
    }
    .container h1{
        padding-bottom: 3%;
    }

}