@media screen and (min-width: 1241px)
{
#parallax-technology-index
{
    background-image: url('/content/dam/accenture/final/a-com-migration/images/local/Accenture-Cloud-Services-Parallax-Image-New-1600x900.jpg');
    height: 27.05em;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#parallax-technology-index img {

    visibility: hidden;

}
}

@media screen and (min-width:768px) and (max-width:1240px)
    {
#parallax-technology-index {
    background-image: url(/content/dam/accenture/final/a-com-migration/images/local/Accenture-Cloud-Services-Parallax-Image-New-1600x900.jpg);
    background-position: center;
    background-repeat: no-repeat;

    }
    }