.staticblocktype2  {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
	align-items: center;
    margin: 0 auto 52px;
}
.staticblock-left{
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.staticblock-right .satitblock-image{
    margin-right: 31px;
}
.staticblock-left .satitblock-image{
    margin-left: 31px;
}
.staticblock-with-text{
}
.staticblock-with-text h2{
    font-size: 32px;
    font-weight: 300;
    line-height: 28px;
	margin-bottom: 23px;
    color: #000;
}
.staticblock-text{
	margin-bottom: 39px;
}
.staticblock-text p{
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #000;
}
.discovery-now{
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
 	cursor: pointer;
    color: #000;
}
.discovery-now svg{
 	margin-left: 9px;
    cursor: pointer;
    margin-bottom: 2px;
}
.staticblock-left .discovery-now svg{
    margin-bottom: 1px;
}
@media (max-width: 1024px){
    .staticblocktype2 .satitblock-image,
    .staticblocktype2 .staticblock-with-text{
        width: 50%;
    }
    .staticblocktype2 .satitblock-image img{
        width: 100%;
    }
}
@media (max-width: 640px){
	.staticblock-vt8-left,
    .staticblock-vt8 {
        flex-direction: column;
    }
    .staticblock-with-text {
	    width: 91%;
	    margin-right: 0; 
	    padding-top: 40px;
	}
}
@media (max-width: 480px){
	.staticblock-vt8 {
    	margin-bottom: 40px;
	}
	.staticblock-vt8-left {
    	margin-bottom: 51px;
	}
	.satitblock-image img{
		width: 100%;
	}
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.staticblock-vt8 .satitblock-image {
    position: relative;
    margin-left: 9px;
    overflow: hidden;
}
.staticblock-vt8 .satitblock-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.staticblock-vt8 .satitblock-image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@media (max-width: 767px){
    .staticblocktype2 {
        flex-direction: column;
    }
    .staticblocktype2 .satitblock-image, 
    .staticblocktype2 .staticblock-with-text {
        width: initial;
    }
    .staticblock-left .staticblock-with-text{
        text-align: right;
    }
    .staticblock-left .discovery-now {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .staticblock-left .discovery-now svg{
        transform: rotate(180deg);
    }
}