.fb-profiled img.fb-image-lg{
    z-index: 0;
    width: 100%;  
    margin-bottom: 4px;
}

.fb-image-profiled {
    margin: -90px 15px 0px 50px;
    z-index: 9;
    width: 20%; 
}

 
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .fb-profiled-text
    {
        min-height: 100px;
    }


  .fb-profiled-text>h1{
      font-weight: 700;
      font-size:15px;
  }

  .fb-profiled-text>p{
      font-size:12px;
  }

  .fb-image-profiled
  {
      margin: -30px 15px 4px 4px !important;
      z-index: 9;
      width: 29%; 
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .fb-profiled-text
    {
        min-height: 100px;

    }

  .fb-profiled-text>h1{
      font-weight: 700;
      font-size:16px;
  }

  .fb-profiled-text>p{
      font-size:13px;
  }

  .fb-image-profiled
  {
      margin: -45px 15px 4px 4px !important;
      z-index: 9;
      width: 27%; 
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .fb-profiled-text>h1{
      font-weight: 700;
      font-size:19px;
  }

  .fb-profiled-text>p{
      font-size:14px;
  }

  .fb-image-profiled
  {
      margin: -60px 15px 45px 10px !important;
      z-index: 9;
      width: 25%; 
  }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .fb-profiled-text>h1{
      font-weight: 700;
      font-size:25px;
  }

  .fb-profiled-text>p{
      font-size:15px;
  }

  .fb-image-profiled
  {
      margin: -72px 15px 50px 10px !important;
      z-index: 9;
      width: 23%; 
  }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .fb-profiled-text>h1{
      font-weight: 700;
      font-size:30px;
  }

  .fb-profiled-text>p{
      font-size:16px;
  }

  .fb-image-profiled
  {
      margin: -83px 20px 50px 10px !important;
      z-index: 9;
      width: 21%; 
  }
}


.text-shadow-black {
 
/*  text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);*/

text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.custom-shadow {
    font-weight: bold;
    text-shadow: 0 0 10px #111;
}