@import url(mp.css);
html, body {
    margin: 0;
    padding: 0;
}
body {
    background: #404B48;
    color: white;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
body * {
    box-sizing: border-box;
}
a {
    color: #ceb95e;
}
.avoid-break {
    display: inline-block;
}
p.info {
    margin: 3em 0 4em;
    line-height: 1.5em;
    padding: 5px;
}
.container {
    max-width: 1366px;
    margin: 0 auto;
}
.banner {
    position: relative;
    background: url(images/landing_bg.jpg) no-repeat center top;
    background-size: cover;
}
.banner__padding {
    height: 0;
    padding-bottom: 59.7%;
}
.banner__logo {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 35%;
}
.banner__logo img {
    max-width: 100%;
}
.banner__header {
    position: absolute;
    top: 1.5em;
    right: 5.25vw;
    max-width: calc(60% - 3em);
}
.products {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 10vh;
    padding: 0 1em;
}
.products > div {
    display: table-cell;
    position: relative;
}
.product_image {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 105%;
}
.popup-youtube {
    position: absolute;
    right: 5vw;
    top: 22.5%;
    max-width: 40%;
    border: solid 3px white;
    font-size: 0;
}
.popup-vimeo {
    max-width: 350px;
	border: solid 3px white;
    font-size: 0;
	display: inline-block;
	position:relative;
}
.popup-vimeo span {
	position: absolute;
    bottom: 0;
    width: 100%;
    right: 0px;
	padding: 8px 15px;
    color: #fff;
    background: rgb(0,0,0,0.8);
	font-size: 14px;
    text-align: left;
    font-weight: 700;
}
.vid-1{
	margin-right: 10px;
}
.vid-2{

}
.vid-3{
	margin-right: 10px;
}
.vid-4{

}
.vid-row-1 {
	 position: absolute;
	top: 20.5%;
	right: 4vw;
}
.vid-row-2 {
	 position: absolute;
	top: 47.5%;
	right: 4vw;
}
.morada {
    position: absolute;
    right: 23vw;
    top: 75%;
    max-width: 40%;
}
.morada img {
    max-width: 90%;
    height: auto;
}
.morada a {
    color: #fff;
    text-decoration: none;
}
.morada p {
    display: block;
}
.popup-youtube img, .popup-vimeo img {
    width: 100%;
    height: auto;
}

@media (max-width: 800px) {
.products {
    max-height: 30px;
}
.morada p {
    display: none;
}
}
