.video-thumbnail {
    width: 100%;
    height: 150px;
    object-fit: cover;
    background-color: #000;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.bg-techone {
    background-color: #0658f6;
}
.content {
    flex: 1;
}