﻿.image-frame {
    height: 250px;
    background: transparent no-repeat center;
    background-size: cover;
}

.containerdiv {
    position: relative;
    width: 50%;
}

.imageslide {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: transparent;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.container:hover .overlay {
    bottom: 0;
    height: 100%;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.aw-ghost-button {
    width: 300px;
    border: solid white 3px;
    background-color: transparent;
    border-radius: 2px;
    height: 40px;
    color: white;
    font-size: large;
    font-weight: bold;
}


    .aw-ghost-button:hover {
        animation-duration: .8s;
        animation-name: product-icong-hover-animation;
        -webkit-animation-fill-mode: forwards;
    }

@keyframes product-icong-hover-animation {
    from {
        background-color: transparent;
        color: white;
    }

    to {
        background-color: white;
        color: black;
    }
}

.homeImageLink {
    position: absolute;
    top: calc(50% - 24px);
    left: 0;
    text-align: center;
    width: 100%;
}

    .homeImageLink span {
        color: white;
        font-weight: 300;
        font-size: large;
    }

.img-container {
    position: relative;
}

.aw-guarantee {
    font-weight: bold;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
