﻿.youtube-row {
    display: flex;
    justify-content: space-around;
}

.youtube-group .youtube {
    max-width: 33%;
}

@media (max-width: 800px) {
    .youtube-row {
        display: block;
        justify-content: space-around;
    }

    .youtube-group .youtube {
        max-width: 100%;
    }

}

.youtube {
    background: black;
    padding: 20px;
    margin: 10px;
}

    .youtube iframe {
        width: 390px;
        height: 210px;
        border-radius: 25px;
        max-width: 100%;
    }


.portfolio-title a {
    color: white;
}

.portfolio-title {
    font-size: 25px;
    color: white;
}

.animate-particle {
    height: 100VH;
    max-height: 725px;
}

.top-title {
    text-align: center;
    font-size: 35px;
    position: relative;
    height: 90px;
}

    .top-title a {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        width: 100%;
    }

.portfolios-two {
    padding: 0;
}
