.lg-video-play-button {
    width: 100%;
    max-width: 100%;
    /*position: absolute;*/
    height: 100%;
}

.hukg-ytback {
    width: 100%;
    max-width: 100%;
    /*position: absolute;*/
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    cursor: default;
}

.hukg-ytbanner {
    background-color: white;
    text-wrap: pretty;
    padding: 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    cursor: default;
}

.hukg-yt-button {
    font-size: 16px;
    color: #ffffff;
    background: linear-gradient(to top right, #0077c4, #0077c4);
    border-radius: 22px;
    font-family: arial;
    transition: all 0.25s ease;
    margin: 10px;
    padding: 4px 7px 4px 7px;
    cursor: pointer;
}

.hukg-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
    gap: 10px;
    width: 100%;
    margin: auto;
    align-content: stretch;
}

.hukg-card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    border: 1px solid rgb(0, 119, 196);
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    justify-self: stretch;
}

.hukg-ts-button:hover {
    color: white;
}

.hukg-ts-button {
    background: rgb(0, 119, 196);
    color: white !important;
    font-weight: bold;
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 12px;
}

.hukg-ts-button:hover {
    color: white !important;
    text-decoration: underline !important;
}

.hukg-hr {
    border: none;
    height: 2px;
    background-color: #cceeff;
    margin-top: 20px;
}

.hukg-searchbox {
    border: 1px solid rgb(0, 119, 196);
    width: 100%;
    padding: 10px;
    justify-self: stretch;
    border-radius: 4px;
    margin-bottom: 10px;

}

.hukg-col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.hukg-col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.hukg-row:after {
    content: "";
    display: table;
    clear: both;
}

.hukg-col-75 select,
.hukg-col-75 input[type=text] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.hukg-col-25 label {
    font-weight: bolder;
    padding: 12px 12px 12px 0;
    display: inline-block;
}