.b-img-rotate {
    position: absolute;
    top: -90px;
    right: -30px;
    width: 419px;
    height: 375px;
    overflow: hidden;
    line-height: 1;
}


.b-img-rotate__elem {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    line-height: 375px;
    background-position: center center;
    background-repeat: no-repeat;
}

.b-img-rotate__elem  img {

    vertical-align: middle;
}

.b-img-rotate__elem_active {
 visibility: visible;;
}