.other{
    background-color: #ECEAEA  ;
}
.photo img{
    position: relative;
}
.photo .name{
    position: absolute;
    bottom: 0px;
    color: gold;
    z-index: 1001;
}
.modal.custom .modal-dialog{
    width: 435px;
    height: 300px;
}
.modal.custom .modal-header{
    color: white;
    background-color:blue;
}
.foot a button{
    margin-left: 30px;
    background-color: blue;
    color: white;
    padding: 10px 10px;
    border:1px solid red;
    box-shadow: -5px -5px skyblue;
} #choose{
      margin-left: 40px;
  }
@media only screen and (max-width: 360px) {
    .modal.custom .modal-dialog{
        width: 320px;
        height: 250px;
    }
    .foot a button{
        font-size:12px;
        margin-left: 30px;
        background-color: blue;
        color: white;
        padding: 2px 2px;
        border:1px solid red;
        box-shadow: -3px -3px skyblue;
    }

}
