.gtadvertcatalog-item {
    height: calc(100% - 50px);
    margin-bottom: 30px;
}

.gtadvertcatalog-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.gtadvertcatalog-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.gtadvertcatalog-item a .gtadvertcatalog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 20px;
}
.gtadvertcatalog-item a .gtadvertcatalog-content .h2 {
    margin: 0;
    font-size: 1.15rem;
}


.gt-item-video {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 450px;
}
.gt-item-video iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}