@media (min-width: 768px) and (max-width: 991px) {
   .fundo_principal{
   }
   .box-my-slider{
      height:100%;
   width:calc(100vw - 15px);

   }
}