 
            .Partner img{display: block;width: 100%;height: 100%;}
            .img_cont>div{position: absolute;height: auto;}
            .Partner_1{left: 24%;top: 34%;width: 60px !important;}
            .Partner_2{left: 27%;top: 13%;width: 60px !important;}            
            .Partner_3{
                left: 24%;
                top: 21%;
                width: 60px !important;
            }
            .Partner_4{
                left: 16%;
                top: 16%;
                width:  28px !important;
                }
            .Partner_5{
                left: 15%;
                top: 3%;
                width:  60px !important;
                }
            .Partner_6{
                left: 9%;
                top: 16%;
                width: 70px !important;
             }
            .Partner_7{
                left: 17%;
                top: 29%;
                width:  60px !important;
             }
            .Partner_8{
                left: 33%;
    top: 48%;}
            .Partner_9{
                left: 82%;
                top: 71%;
                width:  30px !important;
             }
            .Partner_10{
                left: 75%;
                top: 68%;
                width: 30px !important;
             }
            .Partner_11{
                left: 97%;
                top: 80%;
                width: 25px !important;
             }
                .Partner_12{
                    left: 87%;
                    top: 90%;
                    width:  28px !important;
             }
                .Partner_13{
                    left: 52%;
    top: 71%;}
                .Partner_14{
                    left: 55%;
                    top: 52%;
             }
                .Partner_15{
                    left: 43%;
                    top: 10%;
             }
                .Partner_16{
                    left: 54%;
                    top: 16%;
             }
                .Partner_17{
                    left: 59%;
                    top: 6%;
                    width: 50px !important;
            }
                .Partner_18{
                    left: 51%;
                    top: 44%;
             }
                .Partner_19{
                    left: 50%;
                    top: 31%;
                    width: 35px !important;
}
                .Partner_20{
                    left: 58%;
                    top: 26%;
                    width: 35px !important;
             }
                .Partner_21{
                    left: 42%;
                    top: 38%;
                    width: 35px !important;
             }
                .Partner_22{
                    left: 73%;
                    top: 11%;
             }
                .Partner_23{
                    left: 49%;
    top: 7%;}
                .Partner_24{
                    left: 41%;
                    top: 25%;
                    width: 60px !important;
             }
                .Partner_25{
                    left: 67%;
                    top: 33%;
             }
                .Partner_26{
                    left: 80%;
                    top: 10%;
             }
                .Partner_27{
                    left: 62%;
                    top: 15%;
             }
                .Partner_28{
                    left: 65%;
                    top: 48%;
             }
                .Partner_29{
                    left: 81%;
                    top: 54%;
             }
                .Partner_30{
                    left: 75%;
                    top: 26%;
             }
                .Partner_31{
                    left: 82%;
    top: 26%;}
                .Partner_32{
                    left: 73%;
    top: 53%;}

            .trans_scale_1{animation-name: trans;animation-iteration-count: infinite;animation-timing-function: linear;}
 .trans_scale_2{animation-name: trans_2;animation-iteration-count: infinite;animation-timing-function: linear;}
            .duration_4{animation-duration: 4s;}
            .duration_5{animation-duration: 5s;}
            .duration_6{animation-duration: 6s;}
            .duration_7{animation-duration: 7s;}
            .duration_8{animation-duration: 8s;}
            .duration_9{animation-duration: 9s;}
            .duration_10{animation-duration: 10s;}
            .duration_11{animation-duration: 11s;}
            .duration_12{animation-duration: 12s;}
            .duration_13{animation-duration: 13s;}
            .duration_14{animation-duration: 14s;}
            .duration_15{animation-duration: 15s;}
            .duration_16{animation-duration: 16s;}
            .duration_17{animation-duration: 17s;}
          @keyframes trans{
                0%  {
                    transform: scale(1);
                    opacity: 0;}
                8%  {
                    transform: scale(1);
                    opacity: 0;}
                16%  {
                    transform: scale(1);
                    opacity: 0;}
                24%  {
                    transform: scale(1);
                    opacity: 0;}

                32%  {
                    transform: scale(1.25);
                    opacity: .25;}
                40%  {
                    transform: scale(1.5);
                    opacity: .5;}
                48%  {
                    transform: scale(1.75);
                    opacity: .75;}
                56%  {
                    transform: scale(2);
                    opacity: 1;}
                64%  {
                    transform: scale(2.25);
                    opacity: .75;}
                72%  {
                    transform: scale(2.5);
                    opacity: .5;}
                80%  {
                    transform: scale(2.75);
                    opacity: .25;}
                88%  {
                    transform: scale(3);
                    opacity: .1;}
                96%  {
                    display: none;
                    transform: scale(3.25);
                    opacity: 0;}
                100% {
                    display: none;
                    transform: scale(3.5);
                    opacity: 0;}
            }
            @keyframes trans_2{
                0%  {
                    transform: scale(1);
                    opacity: 0;}
                5%  {
                    transform: scale(1.25);
                    opacity: .25;}
                10%  {
                    transform: scale(1.5);
                    opacity: .5;}
                15%  {
                    transform: scale(1.75);
                    opacity: .75;}
                20%  {
                    transform: scale(2);
                    opacity: 1;}
                25%  {
                    transform: scale(2.25);
                    opacity: .75;}
                30%  {
                    transform: scale(2.5);
                    opacity: .5;}
                35%  {
                    transform: scale(2.75);
                    opacity: .25;}
                40%  {
                    transform: scale(3);
                    opacity: .1;}
                45%  {
                    display: none;
                    transform: scale(3.25);
                    opacity: 0;}
                50% {
                    display: none;
                    transform: scale(3.5);
                    opacity: 0;}
                100% {
                    display: none;
                    transform: scale(3.5);
                    opacity: 0;}
            }
 