﻿.ImgContentLeft {
    padding-right: 20px;
    float: left;
}

.ImgContentRight {
    padding-left: 20px;
    float: right;
}

.ImgContent img {
    width: 380px;
    height: 100%;
}

.shadowImg {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 30px 30px rgba(0,0,0,0.9);
    top: 0;
    left: 0;
}

.ImgContent {
    padding-top:20px;
    width: 400px;
    height: 100%;
}

.Content {
    background-color: rgb(210,210,210);
    padding: 20px;
    margin-top: 15px;
    box-shadow: 5px 5px 2px 2px rgba(0,0,0,0.5);
}

.wrap {
    position:relative;
    width:100%;
    height:100%;
}