html,
body {
  margin: 0;
  height: 100%;
}

#root {
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 600px) {
  .marginGrid{
    margin-top: 3rem !important;
    padding: 0 1rem !important;
  }
  .marginInfo{
    margin: 3rem 0 !important;
  }
}
@media screen and (min-width: 600px) {

  .marginGrid{
    padding: 2rem 4rem !important;
  }

  .flex-section {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .flex-col-scroll {
    flex-grow: 1;
    overflow: auto;
    height: calc(100vh);
  }

  .flex-no-shrink {
    flex-shrink: 0;
  }

  .height-50 {
    min-height: 50%;
  }
}
.c-img {
  width: 100%;
  /*margin: 100px auto;*/
  position: relative;
  display: flex;
  align-items:center;

  padding: 0;
  margin: 0;
}

.txt {
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 0;
  margin: 0;;
}

.player-wrapper {
  position: relative;
  padding-top: 56.25%
}

.react-playeri {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

.react-player {
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  height: 100% !important;
}


/*
.MuiGrid-item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 2px !important;
  margin-bottom: 0 !important;
}

.Mui-selected,
.Mui-active{
  color: red !important;
  background-color: inherit !important;
}*/

.MuiLink{
  color: inherit !important;
  background-image: none !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-transform: none !important;
}
.MuiLink:hover{
  background-color: transparent !important;
}
.MuiLink:focus,
.MuiLink.focus,
.MuiLink:active:focus,
.MuiLink.active:focus,
.MuiLink:active.focus,
.MuiLink.active.focus,
.MuiLink.active:hover,
.MuiLink.active:hover:after,
.MuiLink.active:focus:after,
.MuiLink:active, 
.MuiLink.active {
  color: red !important;
  background-color: inherit !important;
}

/*
.nav-item > .active {
  color: rgb(93, 0, 255) !important;
  background-color: inherit !important;
}*/

.MuiGrid-root > .MuiGrid-item{
  padding-top: 2px !important;
}