#slideshow-body {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;

  height: 100% !important;
  max-height: 100% !important;
  min-height: 100% !important;  

  margin: 0 !important;
  /*overflow: hidden;*/
  /*background-color: rgba(1,0,0,1) !important; */
}
#slideshow-size-limiter{
  min-width: 75vw;
  max-width: 75vw;
  width: 75vw;
  height: 42vw;
  min-height: 42vw;
  max-height: 42vw;
  margin: 0 auto 0;
  overflow: hidden;
}

#myCarousel {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;

  height: 100% !important;
  max-height: 100% !important;
  min-height: 100% !important;  

  overflow: hidden;
}

.pic{    
    width: 100%;
    vertical-align: middle;
}

.item{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
}

#carousel-inner{
 
}

