.btn {
  border-radius: 0; }
  .btn:hover, .btn:active, .btn:focus { 
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  

.swiper-container {
  height: calc(100vh - 192px); }
  .swiper-container .swiper-slide .image-wrap { 
    display: block;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .swiper-container .swiper-slide .image-wrap:before { 
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 1;
      background: transparent;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .swiper-container .swiper-slide .image-wrap img { 
      position: relative;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .swiper-container .swiper-slide .image-wrap .image-info { 
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .swiper-container .swiper-slide .image-wrap .image-info h2 { 
        color: #fff; }
    .swiper-container .swiper-slide .image-wrap:hover:before {
      background: rgba(0, 0, 0, 0.4);
      content: ""; }
  .swiper-container .btn-outline-white { 
    border-color: #fff;
    color: #fff;
    border-width: 2px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em; }
    .swiper-container .btn-outline-white:hover {
      background: #fff;
      color: #000; }

.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next { 
  background-image: none;
  left: 10px;
  right: auto;
  z-index: 15; }
  .swiper-button-prev:before,
  .swiper-container-rtl .swiper-button-next:before { 
    background: rgba(0, 0, 0, 0.6);
    padding: 8px;
    content: "\e5c4";
    font-family: 'icomoon';
    font-size: 20px;
    color: #fff; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: 20px;
  left: auto; }
  .swiper-button-next:before,
  .swiper-container-rtl .swiper-button-prev:before { 
    background: rgba(0, 0, 0, 0.6);
    padding: 8px;
    content: "\e5c8";
    font-family: 'icomoon';
    font-size: 20px;
    color: #fff; }

.swiper-pagination-bullet-active { 
  opacity: 1;
  background: #20c997; }
 
/* ----------------------------------------------------------------------------------------- */
                               /* MOBLIE SCALING (Home) */
/* ----------------------------------------------------------------------------------------- */
/* Extra small devices (phones, 600px and down) */ /* Want the display box to be the "resources tab" not the store; */
@media only screen and (max-width: 600px) {
} 

/* Small devices (portrait tablets and large phones, 600px and up) */ /* At 669 px Jumps to one box; Want this one box to be the "resources tab" not the store; */
@media only screen and (min-width: 600px) {
} 

/* Medium devices (landscape tablets, 768px and up) */ /*At 1024 px Jumps to two boxs; Want these to be "selected work" and "resources tab";*/
@media only screen and (min-width: 768px) {
} 

/* Large devices (laptops/desktops, 992px and up) */ /*At 1024 px Jumps to two boxs; Want these to be "selected work" and "resources tab"; */
@media only screen and (min-width: 992px) {
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}