.tieventtrailer_container {
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    top: 30%;
    left: 18%;
}

@media (max-width: 768px) {
    .tieventtrailer_container {
        position: relative;
        width: 100%;
        height: 100%;
        top: unset;
        left: unset;
    }
    
}

.circle {
    width: 138px;
    height: 138px;
    background: transparent;
    border-radius: 50%;
    border: 9px solid #B7B7B7;
    position: relative;
    left: 37%;
    top: 37%;
    cursor: pointer;
}

.triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 24.5px 0 24.5px 42px;
    border-color: transparent transparent transparent #FFFFFF;
    transform: rotate(0deg);
    position: relative;
    top: 35px;
    left: 46px;
}

.trailerModal {
    width: 800px;
    height: 500px;
}

.trailerheader {
    background-color: var(--background-color);
    padding: 0px !important;
    height: 25px;
}

.trailerCloseButton {
    color: var(--text-color) !important;
    opacity: unset !important;
    padding-right: 15px !important;
    background: transparent !important;
}