.cdm-banner{
    box-sizing: border-box;
    position: relative;
    padding: 0 15px;
    width: 100%;
    min-height: 450px;
   background: #004550;
    overflow: hidden;
}

@media screen and (max-width: 1024px){
.cdm-banner{
    min-height: 300px;
}}

.cdm-banner__video {
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    right: 0px;
   min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    background-size: cover;
    opacity: 1;
    transition: all ease-out .3s;
    z-index: 0;
  pointer-events: none;
}
@media screen and (max-width:1024px){.cdm-banner__video{display: none;}}

.cdm-banner__content {
box-sizing: border-box;
    position: relative;
    max-width: 1230px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0 0;
    text-align: left;
    color: #fff;
    z-index: 1;
}

.cdm-text{
max-width: 720px;
}

.page-is-loud .veeam-text__text-largest{
font-size: 96px;
line-height: 100px;
}

@media screen and (max-width:1024px){
.page-is-loud .veeam-text__text-largest{
font-size: 60px;
    line-height: 68px;
}}

@media screen and (max-width:375px){
.page-is-loud .veeam-text__text-largest{
font-size: 52px;
    line-height: 60px;
}}

@media screen and (max-width:320px){
.page-is-loud .veeam-text__text-largest{
font-size: 40px;
    line-height: 48px;
}}

.animation-banner-container{
   display: flex;
   max-width: 100%;
  justify-content: center;
}

.animation-banner {
   display: block;
    box-sizing: border-box;
    position: relative;
    padding: 0 15px;
    max-width: 1100px;
    overflow: hidden;
}

.animation__img {
display: none;
box-sizing: border-box;
    position: relative;
    max-width: 100%;
    object-fit: cover;
    background-size: cover;
}

@media (max-width: 1024px){
.animation__img {
display: block;}
.animation__video{display: none;}
}

.animation__video{
box-sizing: border-box;
    position: relative;
    max-width: 100%;
    object-fit: cover;
    background-size: cover;
    transition: all ease-out .3s;
    pointer-events: none;
}

.veeam-text__tertiary-button--white a{
color: #00E296;
}
.veeam-text__tertiary-button--white a:hover{
color: #00FFAA;
}

.capability{
display: block;
height: 58px;
cursor: pointer;
border-radius: 10px;
position: absolute;
z-index: 9999;
transition: all .3s ease-in-out;
}

.capability:hover{
box-shadow: 0px 0px 10px #004550;
}

.capability a{
height: 100%;
display: block;
color: transparent;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none; 
}

.capability a:hover{
text-decoration: none;
}

#backup-title{
 top: 105px;
 left: 157px;
width: 104px;
}

#cloud-title{
 top: 105px;
 left: 846px;
width: 104px;
}

#governance-title{
top: 359px;
left: 121px;
width: 143px;
}

#orchestration-title{
top: 496px;
left: 485px;
width: 161px;
}

#monitoring-title{
top: 359px;
left: 875px;
width: 143px;
}

@media screen and (max-width: 1100px){
.capability{
display:none;
}
}
