.mysilder img {
    width: 100%;
    height: 700px;
    margin-bottom: 20px
}

.mysilder-other img {
    width: 100%;
    height: 200px;
}

.home_top_colum {
    background-color: #002147;
    color: aliceblue;
    margin-bottom: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

hr {
    background-color: #6D3546;
    padding: 1px;
    width: 100%;
}

.home_top_colum:hover,
.gallery-home img:hover,
.gallery img:hover {
    box-shadow: #002147 0 0 15px 0;
    transform: scale(0.95);
    transition: all 0.5s;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.gallery-home img {
    width: 150px;
    height: 100px;
    padding: 5px;
    margin: 3px;
    box-shadow: #002147 0 0 5px 0;
}