
/* table, th, td {
    text-transform: uppercase;
} */


.resizelistener {
    opacity:1 !important;
}

.gsc-heading .title-desc {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 5px;
    line-height: 28px;
}

.extra-font h1 {font-size: 70px;}

.youtube-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    z-index: 9;
}

tr:nth-child(even) {background-color: #f2f2f2;}

tr:hover {background-color: #8EC44D;}

th {
  background: #8EC44D;
  position: static;
  top: 0; /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.2%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
