#main-header img {
    /*display: block;*/
    /*max-width: 1752px;*/
    /*max-height: 1375px;*/
    /*clip-path: inset(0% 15% 0% 15%);*/
    height: 100%;
    width: 100%;
    /*clip-path: (60px 40px at 75px 30px);*/
}
/*370 x 462*/
#main-header .port-item{
    width: 50%;
}

#main-header .port-item:hover{
    opacity: 0.8;
    cursor: pointer;
}

.bg-black {
    color: #fff;
    background: #000;
}

@media(min-width: 1199px){
    .port-item{
        padding: 3em !important;
    }
}

