@media (min-width: 1500px) {

    .info-box{
        width: 20vw;
        height: 20vw;
    }

    .flip-card{
        width: 20vw;
        height: 25vw;
    }

    #title{
        font-size: 70px;
    }
    #tagline{
        font-size: 35px;
    }

    #title>.cross::before{
        border-bottom: 25px solid red;
    }

    #title>.cross::after{
        border-bottom: 25px solid red;
    }

    #post>p>img{
        float: left;
        padding-right: 15px;
    }
    .post-gallery{
        flex-direction: row;
    }
    #mobile-nav{
        display: none !important;
    }

    .tech-lib{
        padding: 0 50px 50px 50px;
    }
}
