#main-header img {
    width: 100%;
    height: 100%;
}

.user-photo img{
    /* background-image: url("../img/person1.jpg"); */
    /* background-size: cover;
    background-position: center; */
    object-fit: cover;
    object-position: center;
}

#main-header .port-item {
    /* width: 30%; */
    width: 70%;
}

#main-header .port-item:hover {
    opacity: 0.8;
    cursor: pointer;
}

.bg-black {
    background-color: #000;
    color: #fff;
}

@media(min-width: 1199px) {
    .port-item {
        padding: 3em !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS */
    .ekko-lightbox .modal-dialog {
      flex: 100%!important;
      margin-left: 0;
      margin-right: 0;
      overflow: hidden;
      -ms-overflow-style: none;
    }
}

.tt{
    background-color: green;
}

