﻿.img-fluid2
{
    height:770px;
}

@media only screen and (max-width: 500px){
    .img-fluid2{
        height:500px!important;
    }
}