@media only screen and (max-width: 3000px) {
  /* 
  ============================
      filter menu bar 
  ============================
  */
  .southern-telecom-filter__wrapper-stretch {
    float: left;
    width: 100%;
    background-color: #484848;
    margin-top: 0px;
  }

  #southern-telecom-filter__products-wrapper {
    width: 50%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    font-family: sans-serif;
    font-size: 12pt;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper {
    width: 100%;
    height: auto;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 0;
    text-decoration: none;
    width: 20%;
    position: relative;
    background-color: #484848;
    z-index: 0;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section1 {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section2 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section3 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section4 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section5 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  /* 
  ============================
    div -> category section 
  ============================
  */
  .southern-telecom__filter-products {
    width: 100%;
    height: auto;
    background-color: palevioletred;
    /*
      ========================
        section 5 bkg image
      ========================
      */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(4, 245px);
    /*
      ========================
      section one bkg image 
      ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 1
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(4, 245px);
    display: none;
    /*
    ========================
      section 2 bkg image
    ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 2
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(4, 245px);
    display: none;
    /*
    ========================
      sction 3 bkg image
    ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 3
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(4, 245px);
    display: none;
    /*
    ========================
      section 4 bkg img
    ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 4
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(4, 245px);
    display: none;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 5
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .sectionFiveAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
}
@media only screen and (max-width: 1350px) {
  /* 
  ============================
      filter menu bar 
  ============================
  */
  #southern-telecom-filter__products-wrapper {
    width: 50%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper {
    width: 100%;
    height: auto;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 0;
    text-decoration: none;
    width: 20%;
    position: relative;
    background-color: #484848;
    z-index: 0;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section1 {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section2 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section3 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section4 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section5 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  /* 
  ============================
    div -> category section 
  ============================
  */
  .southern-telecom__filter-products {
    width: 100%;
    height: auto;
    background-color: palevioletred;
    /*
      ========================
        section 5 bkg image
      ========================
      */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(6, 245px);
    /*
      ========================
      section one bkg image 
      ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 1
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");

  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(6, 245px);
    display: none;
    /*
    ========================
      section 2 bkg image
    ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 2
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(6, 245px);
    display: none;
    /*
    ========================
      sction 3 bkg image
    ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 3
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(6, 245px);
    display: none;
    /*
    ========================
      section 4 bkg img
    ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 4
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(6, 245px);
    display: none;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 5
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .sectionFiveAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
}
@media only screen and (max-width: 1200px) {
  /* 
  ============================
      filter menu bar 
  ============================
  */
  #southern-telecom-filter__products-wrapper {
    width: 70%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper {
    width: 100%;
    height: auto;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 0;
    text-decoration: none;
    width: 20%;
    position: relative;
    background-color: #484848;
    z-index: 0;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section1 {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section2 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section3 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section4 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section5 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  /* 
  ============================
    div -> category section 
  ============================
  */
  .southern-telecom__filter-products {
    width: 100%;
    height: auto;
    background-color: palevioletred;
    /*
      ========================
        section 5 bkg image
      ========================
      */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(6, 245px);
    /*
      ========================
      section one bkg image 
      ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 1
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(6, 245px);
    display: none;
    /*
    ========================
      section 2 bkg image
    ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 2
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(6, 245px);
    display: none;
    /*
    ========================
      sction 3 bkg image
    ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 3
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(6, 245px);
    display: none;
    /*
    ========================
      section 4 bkg img
    ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 4
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(6, 245px);
    display: none;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 5
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .sectionFiveAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
}
@media only screen and (max-width: 900px) {
  /* 
  ============================
      filter menu bar 
  ============================
  */
  #southern-telecom-filter__products-wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper {
    width: 100%;
    height: auto;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 0;
    text-decoration: none;
    width: 20%;
    position: relative;
    background-color: #484848;
    z-index: 0;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section1 {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section2 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section3 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section4 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section5 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  /* 
  ============================
    div -> category section 
  ============================
  */
  .southern-telecom__filter-products {
    width: 100%;
    height: auto;
    background-color: palevioletred;
    /*
      ========================
        section 5 bkg image
      ========================
      */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(6, 245px);
    /*
      ========================
      section one bkg image 
      ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 1
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(6, 245px);
    display: none;
    /*
    ========================
      section 2 bkg image
    ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 2
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(6, 245px);
    display: none;
    /*
    ========================
      sction 3 bkg image
    ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 3
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(6, 245px);
    display: none;
    /*
    ========================
      section 4 bkg img
    ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 4
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(6, 245px);
    display: none;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 5
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .sectionFiveAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
}
@media only screen and (max-width: 768px) {
  /* 
  ============================
      filter menu bar 
  ============================
  */
  #southern-telecom-filter__products-wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    font-size: 11pt;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper {
    width: 100%;
    height: auto;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 0;
    text-decoration: none;
    width: 20%;
    position: relative;
    background-color: #484848;
    z-index: 0;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section1 {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section2 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section3 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section4 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section5 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  /* 
  ============================
    div -> category section 
  ============================
  */
  .southern-telecom__filter-products {
    width: 100%;
    height: auto;
    background-color: palevioletred;
    /*
      ========================
        section 5 bkg image
      ========================
      */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(8, 245px);
    /*
      ========================
      section one bkg image 
      ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 1
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(8, 245px);
    display: none;
    /*
    ========================
      section 2 bkg image
    ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 2
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(8, 245px);
    display: none;
    /*
    ========================
      sction 3 bkg image
    ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 3
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(8, 245px);
    display: none;
    /*
    ========================
      section 4 bkg img
    ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 4
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(8, 245px);
    display: none;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 5
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .sectionFiveAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
}
@media only screen and (max-width: 500px) {
  /* 
  ============================
      filter menu bar 
  ============================
  */
  #southern-telecom-filter__products-wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    font-size: 10pt;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper {
    width: 100%;
    height: auto;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 0;
    text-decoration: none;
    width: 20%;
    position: relative;
    background-color: #484848;
    z-index: 0;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section1 {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section2 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section3 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section4 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  #southern-telecom-filter__products-wrapper .southern-telecom-filter__products-nav-wrapper li .southern-telecom-filter__products-nav-section5 {
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #00ADEE;
  }
  /* 
  ============================
    div -> category section 
  ============================
  */
  .southern-telecom__filter-products {
    width: 100%;
    height: auto;
    background-color: palevioletred;
    /*
      ========================
        section 5 bkg image
      ========================
      */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(16, 245px);
    /*
      ========================
      section one bkg image 
      ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 1
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionOneLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-one .sectionOneAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(16, 245px);
    display: none;
    /*
    ========================
      section 2 bkg image
    ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 2
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionTwoLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-two .sectionTwoAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(16, 245px);
    display: none;
    /*
    ========================
      sction 3 bkg image
    ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 3
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionThreeLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-three .sectionThreeAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(16, 245px);
    display: none;
    /*
    ========================
      section 4 bkg img
    ========================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 4
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFourLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-four .sectionFourAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(16, 245px);
    display: none;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory {
    position: relative;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    /*
      ==================
        logo's sect 5
      ==================
    */
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .southern-telecom__filter--logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoOne {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoTwo {
    background-image: url("./img-portfolio/Art-Sound.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoThree {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFour {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFive {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoSix {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoSeven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoEight {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoNine {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoTen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoEleven {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoTwelve {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoThirteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFourteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoFifteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .southern-telecom__filter-products-section-five .southern-telecom__filter-products-catagory .southern-telecom__filter--tint .sectionFiveLogoSixteen {
    background-image: url("./img-portfolio/Audiorepublic.png");
  }
  .southern-telecom__filter-products .sectionFiveAllOne {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllTwo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllThree {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFour {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFive {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllSix {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllSeven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllEight {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllNine {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllTen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllEleven {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/audio-republic.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllTwelve {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllThirteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFourteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllFifteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
  .southern-telecom__filter-products .sectionFiveAllSixteen {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("./img-portfolio/packard-bell.jpg");
  }
}

/*# sourceMappingURL=test.css.map */
