.stretched-link::before {
    content: "";
    position: absolute;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

#select {
    display: none;
}

.form-select {
    border-radius: 9999px;
    font-size: 0.75rem /* 12px */;
    line-height: 1rem /* 16px */;
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding-top: 0.75rem /* 12px */;
    padding-bottom: 0.75rem /* 12px */;
    padding-left: 1.25rem /* 20px */;
    padding-right: 1.25rem /* 20px */;
}

.form-select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.a4-image {
    height: calc(100% - 24px) ;
    width: auto;
}
.a4-image img{
    height: 100% !important;
    width: auto !important;
}


@media (min-width: 1280px) {
    .form-select {
        font-size: 1rem /* 16px */;
        line-height: 1.5rem /* 24px */;
    }
}

@media (min-width: 640px) {
    .publication-list-buttons a {
        margin-right: 0.5rem;
    }
}

.publication-list-buttons  a {
    margin-bottom: 0.75rem;
}

.video .play {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url("../modules/techModule/css/../img/play.png") no-repeat center;
        background-size: 40px;
        z-index: 1;
}

.noThumbnail {
    background-color: black;
    color: white;
    text-align: center;
    vertical-align: middle;
}

div.infinite-scroll-request img {
    margin: auto;
    display: block;
}

