.portfolio img
{
	max-height: 200px;
	max-width: 100%;
	vertical-align: middle;
}

.portfolio .icons
{
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
}

.portfolio .imageContainer
{
	background-color: #EEE;
	height: 200px;
}

#myModal .imageContainer
{
	background-color: lightgray;
	/*height: 300px;*/
	/*width: 400px;*/
}

#myModal img
{
	/*max-height: 300px;*/
	/*max-width: 100%;*/
}

.left-align
{
	text-align: left;
}

.modal-backdrop
{
	background-color: hsla(0,0%,97%,1);
}
.modal-backdrop.in
{
	background-color: hsla(0,0%,97%,1);
	opacity: 0.97;
}

.gif-target {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100px;
    cursor: pointer;
}

.gif-indicator:hover {
    opacity: 1;
}

.gif-indicator {
    background-image: url(https://dribbble.com/assets/animated-gif-sprite-62b9584dfae2d813f2c03187e31874954985d8f7199f2ff07a43a9c86de47334.png);
    position: absolute;
    top: 4px;
    right: 4px;
    width: 23px;
    height: 14px;
    opacity: .75;
}

.thumbnail
{
    border: none;
}

.thumbnail-over{
    /*opacity: 0;	*/
    /*display: none;*/
    /*filter: alpha(opacity=0);*/
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    width: 100%;
    margin: 0;
    font-size: 13px;
    line-height: 2;
    text-decoration: none;
    color: #888;
    background: #fff;
    background: rgba(255,0,0,0.0);
    /*background: rgba(255,0,0,0.96);*/
    overflow: hidden;
    /*box-sizing: border-box;*/
    /*border-style: solid;*/
    /*border-width: 1px;*/
}


.thumbnail-formatting
{
    padding: 0px;
	/*padding-right: 19px;*/
    /*padding-left: 19px;*/
    height: 100%;
    /*height: calc(100% - 20px);*/
    /*margin-bottom: 20px;*/
}

.thumbnail-container
{
    height: 100%;
    background: rgba(255,255,255,0.96);
    overflow: hidden;
    padding: 20px;
}

.thumbnail-over:hover{
    text-decoration: none;
}

.thumbnail-over strong{
    display: block;
    margin: 0 0 4px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #444;
}

.thumbnail-over span{
    display: block;
    margin: 0 0 10px 0;
    font-size: 11px;
    line-height: 1.4;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumbnail-over em{
    display: block;
    position: absolute;
    bottom: 10px;
    left: 20px;
    margin: 0 0 3px 0;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    color: #777;
}

 .image_full{
    display:block;
 }

 .image_mobile{
  display:none;
 }

  .image_full:hover{
   display:none;
  }

  .image_mobile:hover{
   display:block;
  }

.carousel-control.right, .carousel-control.left
{
    background-image: none;
}