/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: -80%;
  min-width: 100%;
  min-height: 100%;
}

.contentM {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

@media only screen and (max-width: 600px) {
	
#myVideo {
  position: absolute;
  right: 0;
  bottom: -39%;
  min-width: 100%;
  min-height: 100%;
}
}