.container {
    margin-top: 150px;
}

.short_pad_top {
    margin-top: 60px;
}

.center75text {
	text-align: center;
    line-height: 80px;
    line-height: 8.0rem;
    font-size: 75px;
    font-size: 7.5rem
}

.fit-width {
	width: 100%;
	object-fit: contain;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.urlWrapper {
	word-wrap: break-word;
}