.videoembed-button {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0079bc;
    color: #fff;
    -webkit-transition: background 500ms ease-in-out;
    -moz-transition: background 500ms ease-in-out;
    -ms-transition: background 500ms ease-in-out;
    -o-transition: background 500ms ease-in-out;
    transition: background 500ms ease-in-out;
    cursor: pointer;
    margin-bottom: 1rem;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;

}
.videoembed-button:hover {
    background-color: #052264;
}
.videoembed-thumb {
    cursor: pointer;

}