.prj-card__item-info {
    background-color: rgba(0,0,0,0.4);
}

.both__info {
    padding-bottom: 0;
}

.both__card .text-tmp {
    align-items: center;
}

@media screen and (max-width: 600px) {
    .header__logo {
        position: relative;
        width: 100%;
        max-width: 250px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }

    .intro__video video {
        object-fit: cover;
    }
    .prj-card__item-info {
        background-color: rgba(0,0,0,0.4);
    }
}