
.event-title{
    font-size: 5.1vw!important;
}

.full-btn {
    font-size: 2.25vw!important;
}

.event-time {
    font-size: 3vw!important;
}

.event-address {
    font-size: 2.5vw!important;
}

.presented-by {
    font-size: 1vw!important;
}

.main-copy {
    font-size: 1.5vw!important;
}


@media screen and (max-width: 667px) {
    
    .event-title{
    font-size: 10vw!important;
}
  .full-btn {
    font-size: 7vw!important;
}
.event-time {
    font-size: 4vw!important;
}

.event-address {
    font-size: 4vw!important;
}

.presented-by {
    font-size: 3vw!important;
}
.main-copy {
    font-size: 5vw!important;
}
}