/*
.vid-sec {
position: relative;
overflow: hidden;
width: 50%;
margin: 0 10px;
}
.vid-frame iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
.select-sec {
height: 30rem;
overflow-y: auto;
padding: 0 10px;
}
ul#tabs li:not(:nth-child(1)) {
padding-top: 20px;
}*/