.rev_slider img {
    height: auto!important;
    width: auto!important;
}

textarea {overflow: auto;}


.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover{
	filter:none;
}

.front, .back {
    backface-visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
}
.front {
    z-index: 2;
}
.front img{
    -webkit-transition: .4s;
       -moz-transition: .4s;
            transition: .4s;
}

.four-up > .work-content-one .back {
	min-height: 186px;
}