
/**
Image with link used in two column grid
 */
.gt-venue-past-shows-grid{
    display:grid;
}
.image-link-card {
    position: relative;
    width: 100%;
    background: #f5f5f5;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
.image-link-card:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6667%;
    background: none !important;
    box-shadow: none !important;
}
.image-link-card:hover{
    opacity: 0.92;
}
.gt-event-image:hover
    /*removes hover effect*/
{
    opacity: 1.0!important;
    /*filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );*/
}


/**ad-rotate*/

.gt_adrotate_homepage img{

    border: 1px solid;
    margin-right:18px;
    height:100px!important;
    width:100px!important;
}
.gt_adrotate_sidebar img{
    border: 1px solid;
    height:100px!important;
    width:100px!important;

}

.gt_adrotate_sidebar .g-col:first-child {
    margin-right: 18px;
    margin-bottom: 8px;
}


.gt-event-image{
    margin-top:35px;
    margin-bottom: 35px;
}