.event-block {
    padding-bottom: 20px;
}
.event-block .advertisement {
	width: 165px;
	padding: 3px 0px;
	background-color: yellow;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.event-block.vg .row.visitorCenterItem { }

.event-block .block-text-content.vgContent { min-height: 129px; }
.event-block .block-text-content.vgContent .block-title a:hover { text-decoration: underline; }

.event-block .vg a.buy-link {
	color: #000;
    background-color: #fff;
    border: 2px solid #000;
    font-weight: 600;
    line-height: 35px;
    padding: 0px 18px;
    width: auto;
}
.event-block a.more-link { font-weight: 600; }

.event-block.vg.no-button a.vg-link { display: inline; }

.event-block .block-image { position: relative; margin: 0 auto; text-align: center}
.event-block .block-image .thumb.square {
    width: 165px;
}
.event-block .block-image .thumb.rect {
    width: 165px;
}
.event-block .video-wrapper {
    cursor: pointer;
}
.event-block .video-wrapper .play{ 
    position: absolute; 
    top:50%;
    left: 50%;
    transform:translate(-50%,-50%);
}
.event-block .video-wrapper span i.fa-play { color: #fff; transition: color .3s; } 
.event-block .video-wrapper:hover span i.fa-play { color: #000; }

@media (max-width: 1024) {
	.vg .block-text-content.vgContent {	margin-bottom: 20px; }
}
@media (max-width: 640px){
	.vg .block-text-content.vgContent {	margin-bottom: 12px; }
	.vg .block-image img { margin-bottom: 15px; }
	.vg a.vg-link { width: 100%; }
    .event-block .block-image .thumb.square {
        width: 100%;
    }
}
.event-block .block-text-content .description {
    font-family: var(--proxima) !important;
	font-weight: var(--proxima-weight);
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #3c3e3e;
}
.event-block .description ul{
    margin-left: 2rem;
}
.event-block .description li{
    list-style: disc;
    padding: 6px 4px;
}