﻿.port-options ul {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: flex-start;
    /* justify-content: space-between; */
    align-content: flex-start;
}

    .port-options ul li {
        width: 140px;
        height: 140px;
        display: inline-block;
        vertical-align: top;
        margin-top: 15px;
        margin-right: 15px;
        margin-left: 0px;
    }

@media (min-width: 1200px) {

    .port-options ul li {
        width: calc(90%/7);
    }

    video {
        width: 100%;
    }
}




.h1Model {
    font-weight: 800;
    font-size: 3.2em;
    text-transform: uppercase;
}

    .h1Model .word {
        display: inline-block;
        line-height: 1em;
    }

.ulSlides {
    width: 1600%;
    transition-duration: 0s;
    transform: translate3d(-5380px, 0px, 0px);
}

.liSlides {
    width: 1345px;
    margin-right: 0px;
    float: left;
    display: block;
}

.OnlineServiceUlLiA {
    background-repeat: no-repeat;
    background-position: center 30%;
}


