.pudm {
  display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	margin-left: auto ;
  margin-right: auto ;
	background-color: #111111;
	padding-top:2px;
	padding-bottom:5px;
	z-index: 99999999999999999999999 !important;
}
.pudm img {
  max-height: 25vh;
	max-width: 90vw;
	}
	
.pudd {
  display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	margin-left: auto ;
  margin-right: auto ;
	background-color: #111111;
	padding-top:2px;
	padding-bottom:5px;
	z-index: 99999999999999999999999 !important;
	overflow: hidden;
}
.pudd img {
  max-height: 15vh;
	max-width: 90vw;
	}
.pucontainer {
    position: relative;
    padding-bottom: 28%;
    height: 0;
    overflow: hidden;
}
.pucontainer iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
		overflow: hidden;
}