.slaytImgDiv {
    text-align: center;
  }
  .slaytImgDiv {
    position: relative;
    z-index: 1;
  }

    .slaytImgDiv:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-animation: border-transform-default-two 10s linear infinite alternate forwards;
            animation: border-transform-default-two 10s linear infinite alternate forwards;
  }

  .slaytImgDiv.slaytBg1:before {
    background-color: #e27828;
    }

   .slaytImgDiv.slaytBg2:before {
    background-color: #e27828;
    }

    .slaytImgDiv.slaytBg3:before {
    background-color: #9b9474;
    }

    .slaytImgDiv.slaytBg4:before {
    background-color: #502a63;
    }

    .slaytImgDiv.slaytBg5:before {
    background-color: #9b2426;
    }

    .slaytImgDiv.slaytBg6:before {
    background-color: #b83237;
    }

  
   .slaytImgDiv img {
    -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
            animation: border-transform-default 10s linear infinite alternate forwards;
  }

  @media (max-width: 767px) {
     .slaytImgDiv
     {
        margin-top:10%;
     }
  .slaytImgDiv img
  {
    height:80%;
  }

   .slaytImgDiv:before
   {
    height: 80%;
   }
}

  @-webkit-keyframes border-transform-default {
    0%, to {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
      border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
      border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
      border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
      border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
      border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
      border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
  }
  
  @keyframes border-transform-default {
    0%, to {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
      border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
      border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
      border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
      border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
      border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
      border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
  }
  
  @-webkit-keyframes border-transform-default-two {
    0%, to {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
      border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    28% {
      border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    42% {
      border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
      border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    70% {
      border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    84% {
      border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
  }
  
  @keyframes border-transform-default-two {
    0%, to {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
      border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    28% {
      border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    42% {
      border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
      border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    70% {
      border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    84% {
      border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
  }