.tirex-main-row.background-video .tirex-container,
.tirex-main-row.background-video .tirex-container-fluid {
z-index: 1;
}
.tirex-main-row {
transition: transform .5s, opacity .5s;
-webkit-transition: transform .5s, opacity .5s;
margin: 0 auto;
background-size: cover;
position: relative;
}
@media (max-width: 600px) {
.tirex-main-row {
padding-left: 20px!important;
padding-right: 20px!important;
}
}
@media (max-width: 1024px) {
.section-parallax {
background-attachment: initial!important;
background-repeat: repeat-x;
background-position: 50%!important;
}
}
.section-parallax {
background-attachment: fixed;
background-repeat: repeat-x;
background-position: 0% -15px;
}