@charset "utf-8";

.ve-loc-chyron { z-index: 1; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 100%; background-color: black; background-size: cover; font-size: 100%; }

.ve-loc-chyron button { cursor: pointer; }

.ve-loc-chyron .ve-loc-block { position: relative; display: flex; justify-content: space-evenly; flex-direction: column; height: 100%; margin: 0px auto; }

.ve-loc-chyron .ve-loc-block > div { flex-grow: 1; }

.ve-loc-chyron .ve-loc-block .ve-loc-logo-container { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; max-height: 25%; margin: 10px auto 0px; }

.ve-loc-chyron .ve-loc-block .ve-loc-logo-container .ve-loc-logo { height: 100%; }

.ve-loc-chyron .ve-loc-block .ve-loc-title { margin: 10px auto 0px; color: white; font-size: 130%; font-weight: bold; text-align: center; }

.ve-loc-chyron .ve-loc-block .ve-loc-subtitle { width: 85%; margin: 5px auto 0px; color: white; font-size: 110%; text-align: center; }

.ve-loc-chyron .ve-loc-block .ve-loc-button-container { display: flex; justify-content: center; width: 100%; margin: 5px auto; color: white; }

.ve-loc-chyron .ve-loc-block .ve-loc-button-container .ve-loc-button { width: 160px; height: 40px; margin: 0px auto; border: 0px; border-radius: 25px; color: rgb(0, 0, 0); font-size: 13px; font-weight: bold; text-align: center; background-color: rgb(255, 255, 255); }
