/*!
 * Start Bootstrap - 2 Col Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body{
    padding: 20px;
}

.portfolio-item {
    margin-bottom: 10px;
    margin-left:auto;
    margin-right:auto;
}
img,.item{
    margin-left:auto !important;
    margin-right:auto !important;
    max-width: 300px;
    max-height:217px;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.item {
    position: relative;
    margin: 2%;
    overflow: hidden;
}
.item img {
    max-width: 100%;

    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.item:hover img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
a:hover{
    text-decoration: none;
}