.hello-slide {
  width: 100%;
  max-width: 400px;
  color: #FFF;
  margin: 120px auto 0;
  text-align: center;
  
  font-family: "Helvetica Neue", Arial, sans-serif;
  
}
h1 {
  font-weight: normal;
}
.hello-slide a {
  color: #B5AEF7 !important;
}
.pswp-video {
    width: 100%;
    height: 100%;
}
.pswp-video td {
    text-align: center;
    vertical-align: middle;
}
.pswp-video iframe {
    margin: 0px auto;
    display: block;
    width: calc(100% - 70px);
    height: calc(100% - 70px);
    _max-width: 640px;
    _height: 360px;
}
@media (max-width: 480px) 
{
	.pswp-video iframe {
        width: 100%;
        _height: 300px;
	}
}