.welcoa-logo {
	position: absolute; 
	right: 10px; 
	bottom: -50px;
}
.hero-youtube-video-wrapper {
    max-width: 560px;
margin: auto;
}
.hero-youtube-video {
    margin: auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.hero-youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media only screen and (max-width: 855px) {
.welcoa-logo {
	position: relative; 
	right: auto; 
	bottom: auto;
}
.welcoa-logo img {
	margin: auto;
}
