/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

@media only screen and (max-width:734px) {
    .section-easy-does-it .container-hardware.macbook .overview-online-apps {
        height: 252px
    }
}
@media only screen and (max-width:734px) {
    .section-just-go .sticky-hardware-container .hardware-container.hardware-container-2,
    .section-just-go .sticky-hardware-container .hardware-container.hardware-container-3 {
        height: 518px
    }
}
@media only screen and (max-width:734px) {
    .section-just-go .sticky-hardware-container .hardware-container.hardware-container-1 {
        height: 511px;
    }
}

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.section-easy-does-it {
    margin-bottom: 0;
    z-index: 1;
}
.section-security::before {
	content: "";
    width: 100%;
    height: 60px;
    background-color: black;
    position: absolute;
    top: -60px;
}
.section-security {
	position: relative;
    padding-top: 197px;
}
@media only screen and (max-width:1068px) {
    .section-security {
        padding-top: 120px;
    }
}
@media only screen and (max-width:734px) {
    .section-security {
        padding-top: 97px;
    }
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 