@media screen and (min-width: 1200px) {
    .rotate-reverse {
        -webkit-transform: rotateY(30deg)!important;
        transform: rotateY(30deg)!important;
    }
    .rotate-reverse:after {
        content: '';
        position: absolute;
        left: 0!important;
        bottom: 0;
        width: 10px;
        height: 100%;
        background: left #778a9d!important;
        background-size: cover, cover;
        -webkit-transform: rotateY(120deg)!important;
        transform: rotateY(120deg)!important;
        -webkit-transform-origin: left!important;
        transform-origin: left!important;
    }
    .homepage-hero .bg-image, .homepage-hero .hero-container {
        height: 400px;
    }
    .homepage-hero .hero-container .h1 {
        font-size: 56px;
    }
}

@media screen and (max-width: 1650px) {
    .rotate-original {
        right: 0!important;
    }
}

@media (max-width:1199px) {
    .homepage-hero .bg-image , .homepage-hero .hero-container  {
        height: 400px;
    }
    .former-hpe {
        border-left: none !important;
        padding-left: 0px !important;
        margin-left: 0px  !important;
        margin-top:5px  !important;
        display: block !important;
    }
}
@media (min-width: 640px) {
    .uk-child-width-1-3\@l>* {
        width: calc(100% * 1 / 3.001) !important;
    }
}
#homepageTechtrends h3 {
    text-align: center;
}
.imagegrid-collection .uk-card .card-image {
    height: auto;
    width: auto;
    text-align: center;
}
.imagegrid-collection .uk-card p {
    text-align: center;
}
.former-hpe {
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    border-left: 1px solid #0073e7;
    padding: 4px 10px;
    font-weight: 500;
    max-width: 580px;
    position: relative;
    font-size: 14px !important;
    line-height: 14px !important;
    color: #0073e7 !important;
    border-color: #0073E7;
    top: -2px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.imagegrid-collection .uk-card p {
    padding-left: 5%;
    padding-right: 5%;
}
.hero-form .content, .hero-overview .content {
    font-size: 18px;
}
.solution-blocks .each-card .action {
	position: inherit;
}